From a88afa9d9984991910a27b204e49983c066902eb Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Fri, 12 Dec 2025 11:34:22 +0530 Subject: [PATCH] Update setupFiles/install.sh --- setupFiles/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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