2025-12-05 16:58:29 +00:00
|
|
|
cd /haven_data/dockercomposefiles
|
|
|
|
|
echo "git config --global --add safe.directory: \c"
|
|
|
|
|
git config --global --add safe.directory /haven_data/dockercomposefiles
|
|
|
|
|
echo "git stash push --include-untracked \c"
|
|
|
|
|
git stash push --include-untracked
|
|
|
|
|
echo "git stash drop \c"
|
|
|
|
|
git stash drop
|
|
|
|
|
echo "git pull:\c"
|
|
|
|
|
git pull
|
2025-12-05 17:26:15 +00:00
|
|
|
|
|
|
|
|
echo "Setting Permissions...\c"
|
|
|
|
|
sudo chown -R :havenuser /haven_data/dockercomposefiles/
|
|
|
|
|
sudo chmod -R 770 /haven_data/dockercomposefiles/
|
|
|
|
|
|
|
|
|
|
|
2025-12-05 16:55:39 +00:00
|
|
|
./redeploydocker.sh
|