Skip to content

Commit

Permalink
Update Nginx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liyangyijie committed Jan 4, 2016
1 parent f33976c commit d594450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ print_info "Systemd status : $Systemd"
print_info "Nginx status : $Nginx_DEB"
mkdir -p /var/www/html > /dev/null 2>&1
mkdir -p /var/lib/nginx > /dev/null 2>&1
mkdir -p /var/log/nginx > /dev/null 2>&1
mkdir -p /etc/nginx/{conf.d,sites-enabled} > /dev/null 2>&1
mkdir -p /home/cache/{temp,path} > /dev/null 2>&1
[ "$Nginx_DEB" = "y" ] && {
Expand Down

0 comments on commit d594450

Please sign in to comment.