Added new pushover script + config. Adjust command line usage for new script.
This commit is contained in:
parent
3d665e5e11
commit
68b98281bd
7 changed files with 365 additions and 2 deletions
|
@ -38,3 +38,8 @@ chmod 755 /etc/profile.d/less.sh
|
|||
chmod 755 /etc/profile.d/optpaths.csh
|
||||
chmod 755 /etc/profile.d/optpaths.sh
|
||||
chmod 750 /etc/sudoers.d
|
||||
|
||||
# Decrypt the pushover-config.
|
||||
echo "Decrypting /etc/pushover/pushover-config..."
|
||||
gpg -d -o /etc/pushover/pushover-config /etc/pushover/pushover-config.gpg
|
||||
chmod 640 /etc/pushover/pushover-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue