This commit is contained in:
2023-03-23 15:44:26 -07:00
parent a1d58f1465
commit 0d88fed515
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ WHITELIST_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/
# Main install (Debian).
# Check for files in /MCserver and download if needed.
# Looking for run-forge_${MC_VERSION}.sh
if [ -e /MCserver/run.sh ]
if [ -e /MCserver/run-forge_${MC_VERSION}.sh ]
then
echo " "
echo "INFO ! run-forge_${MC_VERSION}.sh found ... will use existing file."

View File

@@ -17,7 +17,7 @@ WHITELIST_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/
# Main install (Debian).
# Check for files in /MCserver and download if needed.
# Looking for run-forge_${MC_VERSION}.sh
if [ -e /MCserver/run.sh ]
if [ -e /MCserver/run-forge_${MC_VERSION}.sh ]
then
echo " "
echo "INFO ! run-forge_${MC_VERSION}.sh found ... will use existing file."