Created
February 20, 2019 01:26
-
-
Save lachlanagnew/be7f67f429928480599054f055ffdba3 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 | |
echo "Copying files to /var/www/html" | |
sudo cp -R * /var/www/html | |
sudo nginx -s reload | |
echo "NGINX restarted" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment