Changeset - f0aa1102e47d
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-07-05 17:14:48
branko@majic.rs
Noticket: Fix incorrect version prompting when making instance copy in Factorio Manager.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
games/factorio_manager.sh
Show inline comments
 
@@ -22,7 +22,7 @@
 
set -u
 

	
 
program="factorio_manager.sh"
 
version="0.2"
 
version="0.2.1"
 

	
 
function synopsis() {
 
cat <<EOF
 
@@ -2021,7 +2021,7 @@ elif [[ $command == copy ]]; then
 
        echo "If you wish to, you can now change version of Factorio used for destination instance, or keep the same version as for source instance."
 
        echo
 

	
 
        select_factorio_version "$game_installations_directory" "$game_version" "current" | exit "$ERROR_GENERAL"
 
        select_factorio_version "$game_installations_directory" "$game_version" "current" || exit "$ERROR_GENERAL"
 
        echo
 

	
 
        # Check if user wants to copy backup files as well.
0 comments (0 inline, 0 general)