fix commit signing

Hopefully
This commit is contained in:
Chromachine 2018-08-01 15:26:02 +00:00
parent 46402ce594
commit f7465f6e67
No known key found for this signature in database
GPG key ID: E3A2A1CAA522AE6E

View file

@ -22,5 +22,6 @@ git add -f 'Server/*' # Files are hardlinked from one above
git add -f update.sh download.sh
sudo -H git commit -S && git push #sudo -H needed for GPG signing
sudo -H git commit -S #sudo -H needed for GPG signing
git push