16 lines
467 B
Bash
16 lines
467 B
Bash
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 |