add some steps
This commit is contained in:
9
nginx/setup
Executable file
9
nginx/setup
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash -e
|
||||
SDIR=$(cd "$(dirname "$0")" ; pwd -P)
|
||||
T=$SDIR/../step
|
||||
|
||||
STEP=0
|
||||
source $T/ensureRootUser
|
||||
source $T/installNginx
|
||||
source $T/copyNginxProdConfig
|
||||
source $T/restartNginx
|
||||
Reference in New Issue
Block a user