Update getupdates.sh

This commit is contained in:
2023-04-01 18:51:20 -04:00
committed by GitHub
parent 2bc42048b1
commit 0b4d87fe30
+2
View File
@@ -8,6 +8,8 @@ git pull
# check if there are any changes
if [[ $(git diff HEAD@{1} HEAD) ]]; then
# if getupdates.sh scripts is update it make it executable
chmod +x ./cron/getupdates.sh
# if there are changes, run docker-compose up with force-restart
docker-compose up -d --force-restart
fi