add some /data prefixes in missing places (#493)

Co-authored-by: rienafairefr <rienafairefr@gmail.com>
This commit is contained in:
Matthieu Berthomé
2020-04-15 15:20:11 +02:00
committed by GitHub
parent 8dbbdd8cd2
commit 220f2fbd79
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ elif [[ ! -e $FORGE_INSTALLER ]]; then
exit 2
fi
installMarker=".forge-installed-$shortForgeVersion"
installMarker="/data/.forge-installed-$shortForgeVersion"
if [ ! -e $installMarker ]; then
if [ ! -e $FORGE_INSTALLER ]; then