mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
cd /var/www
|
|
if ! git --git-dir=".git" diff --quiet
|
|
then
|
|
git pull
|
|
./setperms.sh
|
|
fi
|
|
|