more testing
This commit is contained in:
parent
7f44d500b8
commit
e880da61ed
@ -21,7 +21,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..."
|
||||||
bash "$SCRIPTNAME" "${ARGS//\ \-\-self\-update}"
|
bash "$SCRIPTNAME" "${ARGS//\ \-\-self\-update\ }"
|
||||||
|
|
||||||
# Now exit this old instance
|
# Now exit this old instance
|
||||||
exit 1
|
exit 1
|
||||||
@ -30,7 +30,6 @@ git fetch
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
help(){
|
help(){
|
||||||
[[ $help == "true" ]] && clear -x
|
[[ $help == "true" ]] && clear -x
|
||||||
echo "Basic Utilities"
|
echo "Basic Utilities"
|
||||||
|
Loading…
Reference in New Issue
Block a user