Browse Source
Merge pull request #94 from tommytran732/patch-1
Added umask
pull/96/head
Weilbyte
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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' |
|
|