From 4efa2299806b88833c2227b4f33a8d1dacd919a2 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:33:36 +0200 Subject: [PATCH] Update fusion360-base.sh --- files/scripts/stable-branch/bin/fusion360-base.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/scripts/stable-branch/bin/fusion360-base.sh b/files/scripts/stable-branch/bin/fusion360-base.sh index 568cf79..a4895c8 100644 --- a/files/scripts/stable-branch/bin/fusion360-base.sh +++ b/files/scripts/stable-branch/bin/fusion360-base.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2021 # -# Time/Date: 13:30/20.10.2021 # +# Time/Date: 15:30/20.10.2021 # # Version: 6.0 # #################################################################################################### @@ -918,7 +918,7 @@ function new_modify_deinstall { [[ $response = "$text_select_option_2" ]] && edit-exist-fusion360 -[[ $response = "$text_select_option_3" ]] && deinstall-exist-fusion360 +[[ $response = "$text_select_option_3" ]] && deinstall-view-exist-fusion360 [[ "$response" ]] || echo "Go back" && configure-locale @@ -1031,9 +1031,9 @@ function deinstall-view-exist-fusion360 { if [ "$answer" -eq 0 ]; then echo "$directory" > $file cp "$file" $HOME/.local/share/fusion360/logfiles/log-path - deinstall-select-fusion360 - elif [ "$answer" -eq 1 ]; then deinstall-exist-fusion360 + elif [ "$answer" -eq 1 ]; then + deinstall-view-exist-fusion360 fi ;;