mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-26 17:24:44 +01:00
parent
9691472b84
commit
deaaf83967
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user