Browse Source

Merge pull request #94 from tommytran732/patch-1

Added umask
pull/96/head
Weilbyte 3 years ago
committed by GitHub
parent
commit
38048eb4f0
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
# https://github.com/Weilbyte/PVEDiscordDark
umask 022
#region Consts
RED='\033[0;31m'
BRED='\033[0;31m\033[1m'

Loading…
Cancel
Save