From c3ca15f0174f6bbba1ee6e74f1884a477b53de3a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 13 Aug 2023 16:47:50 -0500 Subject: [PATCH] Update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 516ca110..a8eb2584 100755 --- a/run.sh +++ b/run.sh @@ -26,6 +26,7 @@ if [ "${1}" == "update" ]; then git pull >/dev/null 2>&1 git submodule update --remote >/dev/null 2>&1 fi + cd /opt/idssys/powerwall if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then if [ "${2}" != "q" ]; then