Added new pushover script + config. Adjust command line usage for new script.

This commit is contained in:
Darren 'Tadgy' Austin 2021-01-28 01:56:44 +00:00
commit 68b98281bd
7 changed files with 365 additions and 2 deletions

View file

@ -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