From 8736afc0463f8a5f0d5f763d92c9b90184608345 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 19 Jan 2023 11:50:23 -0500 Subject: [PATCH] syntax cleanup --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 82a35f9d..f3cc7747 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -394,7 +394,7 @@ configurator_move_dialog() { configurator_generic_dialog "The SD card was found but is not writable\nThis can happen with cards formatted on PC or for other reasons.\nPlease format the SD card through the Steam Deck's Game Mode and try the moving process again." configurator_welcome_dialog else - if [[ $(verify_space $rdhome $sdcard) == "true" ]];then + if [[ $(verify_space $rdhome $sdcard) == "true" ]]; then configurator_generic_dialog "Moving RetroDECK data folder to $destination" if [[ -L "$HOME/retrodeck/roms" ]]; then # Check for ROMs symlink user may have created unlink "$HOME/retrodeck/roms"