Changeset - 39fbf7d4db5b
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-07-04 22:18:24
branko@majic.rs
Noticket: Put a space around backup names in Factorio Manager when listing them:

- Makes it easier to copy/paste the backup name.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
games/factorio_manager.sh
Show inline comments
 
@@ -1151,9 +1151,9 @@ elif [[ $command == list-backups ]]; then
 

	
 
                if [[ -f "$backup_destination/.description" ]]; then
 
                    backup_description=$(<"$backup_destination/.description")
 
                    echo "  - $backup_date, version $(bold_green "$game_version") ($backup_description)"
 
                    echo "  - $backup_date - version $(bold_green "$game_version") ($backup_description)"
 
                else
 
                    echo "  - $backup_date, version $(bold_green "$game_version")"
 
                    echo "  - $backup_date - version $(bold_green "$game_version")"
 
                fi
 

	
 

	
0 comments (0 inline, 0 general)