added another echo to the git updater
This commit is contained in:
parent
99933f32c3
commit
0294d3e7e2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ if [ -d .git ] || git rev-parse --is-inside-work-tree > /dev/null 2>&1 ; then
|
||||||
echo "Updating scripts..."
|
echo "Updating scripts..."
|
||||||
git pull
|
git pull
|
||||||
echo "Scripts updated!"
|
echo "Scripts updated!"
|
||||||
|
echo "Server must be restarted for script updates to take effect."
|
||||||
else
|
else
|
||||||
echo "WARNING: This directory is not a Git repository. Script updates will not be automatically fetched."
|
echo "WARNING: This directory is not a Git repository. Script updates will not be automatically fetched."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue