Removed needless output from update.sh, causes excessive flooding in cron emails when run at suggestive time interval

This commit is contained in:
aewens 2019-03-04 18:43:27 +01:00
parent 9ac1543409
commit c1ede83a48
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
echo "Updating Git" # "Updating Git"
cd $HOME/uucp cd $HOME/uucp
git pull git pull --quiet
echo "Updating SSH" # "Updating SSH"
cp ~/uucp/ssh/authorized_keys ~/.ssh/authorized_keys cp ~/uucp/ssh/authorized_keys ~/.ssh/authorized_keys
chmod 644 ~/.ssh/authorized_keys chmod 644 ~/.ssh/authorized_keys