Update setupFiles/install.sh

This commit is contained in:
2025-12-12 11:34:22 +05:30
parent 6ac5db2980
commit a88afa9d99

View File

@@ -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