Solved - Uninstall option fails with rmdir #115

Issue: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/115
This commit is contained in:
Steve Zabka
2021-10-14 16:02:47 +02:00
committed by GitHub
parent 40f2e99587
commit 921e300074

View File

@@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com # # Author URI: https://cryinkfly.com #
# License: MIT # # License: MIT #
# Copyright (c) 2020-2021 # # Copyright (c) 2020-2021 #
# Time/Date: 22:00/09.10.2021 # # Time/Date: 16:00/14.10.2021 #
# Version: 5.4 # # Version: 5.5 #
#################################################################################################### ####################################################################################################
############################################################################## ##############################################################################
@@ -417,7 +417,7 @@ case $CHOICE in
3) 3)
change-fusion360-1 && change-fusion360-1 &&
change-fusion360-2 && change-fusion360-2 &&
rmdir "$filename" && rm -rf "$filename" &&
# Remove this path into the log file is still in process! # Remove this path into the log file is still in process!
program-exit-uninstall program-exit-uninstall
;; ;;