Update setupFiles/install.sh
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# 1. build date in epoch, for checking for updates.
|
# 1. build date in epoch, for checking for updates.
|
||||||
|
|
||||||
# CD into the main directory
|
# CD into the main directory
|
||||||
|
echo
|
||||||
cd /app/project || exit 2
|
cd /app/project || exit 2
|
||||||
|
|
||||||
if test -d "pdf/"; then
|
if test -d "pdf/"; then
|
||||||
@@ -56,3 +57,4 @@ if [[ requiresUpdate -eq 1 ]]; then
|
|||||||
fi
|
fi
|
||||||
sed -i "1s/.*/$buildDate/" /app/project/.autoltx
|
sed -i "1s/.*/$buildDate/" /app/project/.autoltx
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user