Skip to content

Commit

Permalink
individually remove every file of the installation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 15, 2024
1 parent c1d4394 commit 0e20f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [ $EUID -eq 0 ]; then
app_dir=${app_installprefix}/software/${app}
app_module=${app_installprefix}/modules/all/${app}.lua
echo_yellow "Removing ${app_dir} and ${app_module}..."
rm -rf ${app_dir}
find ${app_dir} -exec rm -rf {} \;
rm -rf ${app_module}
done
else
Expand Down

0 comments on commit 0e20f00

Please sign in to comment.