parent
0fd16578ae
commit
cb5f452711
@ -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…
Reference in new issue