Browse Source

Added umask

Some people use umask 077 (like me), and it doesn't seem to work. I tried with umask 022 and it worked just fine, so I think we should set the default umask in the script. It would be nice if we can figure out something stricter than 022 as well.
pull/94/head
Tommy 3 years ago
committed by GitHub
parent
commit
7ed98d3bd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark.sh

2
PVEDiscordDark.sh

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
# https://github.com/Weilbyte/PVEDiscordDark # https://github.com/Weilbyte/PVEDiscordDark
umask 022
#region Consts #region Consts
RED='\033[0;31m' RED='\033[0;31m'
BRED='\033[0;31m\033[1m' BRED='\033[0;31m\033[1m'

Loading…
Cancel
Save