Files
dockercomposefiles/re-init.sh

16 lines
467 B
Bash
Raw Normal View History

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
echo "Setting Permissions...\c"
sudo chown -R :havenuser /haven_data/dockercomposefiles/
sudo chmod -R 770 /haven_data/dockercomposefiles/
./redeploydocker.sh