added another echo to the git updater

This commit is contained in:
Seaswimmer 2023-08-14 12:25:18 -04:00
parent 99933f32c3
commit 0294d3e7e2
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -28,6 +28,7 @@ if [ -d .git ] || git rev-parse --is-inside-work-tree > /dev/null 2>&1 ; then
echo "Updating scripts..."
git pull
echo "Scripts updated!"
echo "Server must be restarted for script updates to take effect."
else
echo "WARNING: This directory is not a Git repository. Script updates will not be automatically fetched."
fi