mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-15 09:35:52 +01:00
Solved - Uninstall option fails with rmdir #115
Issue: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/115
This commit is contained in:
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user