You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
echo -e "
####################
## Checking umask ##
####################"
umask=$(umask)
if [[ $umask -ne "0022" ]]
then
printWarning "Umask is set to $umask which could cause problems with puppet module permissions.\n Recommend setting umask to 0022"
else
printOK "Umask is set to 0022"
fi
The text was updated successfully, but these errors were encountered:
https://github.com/boogiespook/sat6_healthCheck/blob/master/sat6_healthCheck.sh#L288-L299
The text was updated successfully, but these errors were encountered: