mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-10-10 15:59:53 +02:00
@@ -45,7 +45,7 @@ update_mod()
|
|||||||
|
|
||||||
if [[ $MOD_FILENAME == null ]]; then
|
if [[ $MOD_FILENAME == null ]]; then
|
||||||
print_failure " Not compatible with version"
|
print_failure " Not compatible with version"
|
||||||
return 1
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f $MOD_DIR/$MOD_FILENAME ]]; then
|
if [[ -f $MOD_DIR/$MOD_FILENAME ]]; then
|
||||||
|
@@ -45,7 +45,7 @@ update_mod()
|
|||||||
|
|
||||||
if [[ $MOD_FILENAME == null ]]; then
|
if [[ $MOD_FILENAME == null ]]; then
|
||||||
print_failure " Not compatible with version"
|
print_failure " Not compatible with version"
|
||||||
return 1
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f $MOD_DIR/$MOD_FILENAME ]]; then
|
if [[ -f $MOD_DIR/$MOD_FILENAME ]]; then
|
||||||
|
Reference in New Issue
Block a user