Last active
August 29, 2015 14:11
-
-
Save nwjsmith/e24724fb0ccae7430aca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
cp previous.key intermediate.key | |
cp current.key previous.key | |
mv intermediate.key current.key | |
service nginx reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment