We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a314404 commit c6dbc88Copy full SHA for c6dbc88
scripts/start-deployFTBA
@@ -62,7 +62,7 @@ elif ! [[ ${FTB_MODPACK_VERSION_ID} =~ [0-9]+ ]]; then
62
exit 1
63
fi
64
65
-if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat "${ftbInstallMarker}")" != "${FTB_MODPACK_ID}=${FTB_MODPACK_VERSION_ID}" ]; then
+if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbManifest}" ] || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat "${ftbInstallMarker}")" != "${FTB_MODPACK_ID}=${FTB_MODPACK_VERSION_ID}" ]; then
66
ftbInstaller=/data/ftb-installer
67
arm=
68
if ! [[ -f "${ftbInstaller}" ]]; then
0 commit comments