Skip to content

Commit

Permalink
fix percentage error #90
Browse files Browse the repository at this point in the history
  • Loading branch information
louisegrimble committed Jan 30, 2025
1 parent 4e577e8 commit c962535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/filesystem/disk-usage/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Please review contents of NFS directory (/nfs/team298), and remove content that
\n NOTE:Items that should not be permanently deleted can be stored on iRODS for secure storage. Find Haniffa Lab (Team298) storage spa>
\n Thank you."

if [ "$nfs_used" -gt "$warn_nfs" ]; then
# Submit the email
echo -e $nfs_message | mail -s "NFS Quota Alert" [email protected]
fi
#if [ "$nfs_used" -gt "$warn_nfs" ]; then
# # Submit the email
# echo -e $nfs_message | mail -s "NFS Quota Alert" [email protected]
#fi

0 comments on commit c962535

Please sign in to comment.