Skip to content

Commit 0ab371e

Browse files
authored
Update packagingscript.sh
1 parent 64d1d3c commit 0ab371e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packagingscript.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pkgname=lp-ddns
66

77
repo="wioxjk/lp-ddns"
8-
current=$(reprepro -b /srv/repos/ list stable bashtop | head -n1 | awk '{print $3}')
8+
current=$(reprepro -b /srv/repos/ list stable lp-ddns | head -n1 | awk '{print $3}')
99

1010
if [[ ! -d /tmp/${pkgname} ]]; then
1111
git clone https://github.com/$repo /tmp/lp-ddns
@@ -23,7 +23,7 @@ if [ "$current" == "$new" ]; then
2323
exit
2424
fi
2525

26-
echo "New BASHTOP version $current -> $new"
26+
echo "New LP-DDNS version $current -> $new"
2727

2828
STARTDIR="/tmp/${pkgname}/build"
2929
DESTDIR="$STARTDIR/pkg"

0 commit comments

Comments
 (0)