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 | |
# uWSGI & nginx installation script | |
# Created at 2017-06-27 by Frank Yang (https://github.com/puilp0502) | |
# Tested on Ubuntu Server 16.04 LTS | |
# Check if user is root | |
if [[ $UID -ne '0' ]]; then | |
echo "This script needs to be run as root; exiting..." | |
exit 0 |
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
atom settings |