Skip to content

Commit

Permalink
ls on the new dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jan 21, 2025
1 parent 5abe39e commit 2c31511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EESSI-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ if [ $EUID -eq 0 ]; then
rm -rf ${app_module}
# recreate some directory to work around permission denied
# issues when rebuilding the package
mkdir -p ${app_dir}
ls ${app_dir}
mkdir -p ${app_dir}/easybuild
ls ${app_dir}/easybuild
done
else
fatal_error "Easystack file ${easystack_file} not found!"
Expand Down

0 comments on commit 2c31511

Please sign in to comment.