bash scriptname
This commit is contained in:
parent
bbb6428466
commit
e4dd02a784
@ -20,7 +20,7 @@ git fetch
|
|||||||
git checkout $BRANCH
|
git checkout $BRANCH
|
||||||
git pull --force
|
git pull --force
|
||||||
echo "Running the new version..."
|
echo "Running the new version..."
|
||||||
exec "$SCRIPTNAME" "$ARGS"
|
exec bash "$SCRIPTNAME" "$ARGS"
|
||||||
|
|
||||||
# Now exit this old instance
|
# Now exit this old instance
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user