Update linkwarden.sh

tweak
This commit is contained in:
tteckster 2023-11-22 09:37:58 -05:00 committed by GitHub
parent c870b93810
commit c95f5dec17
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."
echo "Exiting script.${CL}"
systemctl start linkwarden
exit
fi