fixed git download url generation

This commit is contained in:
Armin Briegel
2020-06-02 15:19:13 +02:00
parent 0ebf001246
commit 3e899ae79c

View File

@@ -158,7 +158,7 @@ downloadURLFromGit() { # $1 git user name, $2 git repo name
echo "could not retrieve download URL for $gitusername/$gitreponame" echo "could not retrieve download URL for $gitusername/$gitreponame"
exit 9 exit 9
else else
printlog "$downloadURL" echo "$downloadURL"
return 0 return 0
fi fi
} }
@@ -1268,7 +1268,7 @@ printlog "$message"
if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then
printlog "notifying" printlog "notifying"
displaynotification "Installed $name, version $appversion" "Installation complete!" displaynotification "$message" "Installation complete!"
fi fi
# all done! # all done!