From f96afdb62bc05dd4c2ec4ba53a9978218bd82746 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 9 Dec 2016 07:16:10 +1000 Subject: Various little clean ups. --- scripts/start-sim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/start-sim') diff --git a/scripts/start-sim b/scripts/start-sim index c9cca04..936fe13 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -102,6 +102,7 @@ case $(basename $0) in ;; "backup-inventory") + cd ${PRGDIR} $SUDO ${PRGDIR}/gitAR.sh i "${inventory}" user=$(sanitize "${inventory}") # Add the full date and time to create the IAR file name. @@ -112,6 +113,7 @@ case $(basename $0) in ;; "backup-sim") + cd ${PRGDIR} $SUDO ${PRGDIR}/gitAR.sh o "${title}" sim=$(sanitize "${title}") # Add the full date and time to create the OAR file name. -- cgit v1.1