Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
Aurora-Nasa-1 authored Oct 19, 2024
1 parent 20d21d4 commit 0b93327
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,7 @@ CustomShell() {
}
###############
delete_temp_files() {
tempdelete="$(dirname "$(dirname "$MODPATH")")/modules/AuroraNasa_Installer/"
if [ -d "$tempdelete" ]; then
rm -rf "$tempdelete"
else
abort "Error.No temp files found to delete."
fi
rm -rf "$SECURE_DIR/modules/AuroraNasa_Installer"
rm -rf "$MODPATH"
}
version_check
Expand Down

0 comments on commit 0b93327

Please sign in to comment.