Update linkwarden.sh

tweak
This commit is contained in:
tteckster 2023-11-22 09:41:48 -05:00 committed by GitHub
parent c95f5dec17
commit 778c58f49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ msg_info "Updating $APP"
systemctl stop linkwarden
cd /opt/linkwarden
if git pull | grep 'Already up to date'; then
echo "Exiting script.${CL}"
echo -e "Exiting script.${CL}"
systemctl start linkwarden
exit
fi