diff --git a/setupFiles/install.sh b/setupFiles/install.sh index be04266..fab9702 100644 --- a/setupFiles/install.sh +++ b/setupFiles/install.sh @@ -5,6 +5,7 @@ # 1. build date in epoch, for checking for updates. # CD into the main directory +echo cd /app/project || exit 2 if test -d "pdf/"; then @@ -56,3 +57,4 @@ if [[ requiresUpdate -eq 1 ]]; then fi sed -i "1s/.*/$buildDate/" /app/project/.autoltx fi +echo