diff --git a/run.sh b/run.sh index 437c397..f2493eb 100755 --- a/run.sh +++ b/run.sh @@ -4,6 +4,8 @@ scriptdir=$(dirname $(realpath $0)) # ============================================================ +cd $scriptdir && git pull + if [ "$(id -u)" -eq 0 ]; then echo "Running in root mode." $scriptdir/init_root.sh