Create 20-script-update.bash

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 0fd16578ae
commit cb5f452711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
#!/usr/bin/with-contenv bash
# update from git
if [[ "${UPDATE}" == "true" ]]; then
git -C ${SABSCRIPTS_PATH} pull origin master && \
git -C ${SMA_PATH} pull origin master
fi
exit 0
Loading…
Cancel
Save