Skip to content

Commit

Permalink
Update delete_user.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Dec 5, 2024
1 parent 9c65557 commit f3335a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/genouest/user/delete_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ then
rm -rf "{{ user.home }}"
fi

{% include "user/remove_scratch_quota.sh" %}

{% include "user/delete_extra_dirs.sh" %}

# Check if parent dir is empty
Expand All @@ -23,6 +25,4 @@ find $groupdir -maxdepth 0 -empty -exec rmdir {} \;

# delete_user.sh

{% include "user/remove_scratch_quota.sh" %}

echo "End delete_user.sh in $0 ..."

0 comments on commit f3335a9

Please sign in to comment.