We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645c0dc commit 281bb1bCopy full SHA for 281bb1b
serverpilot-scripts.sh
@@ -93,8 +93,8 @@ if [ "$lemp" = "y" ] || [ $run_all = true ]; then
93
(eval "wget --no-cache -O ${app_vhost_dir}/main.custom.conf ${nginx_conf_url}")
94
95
show_info "Inserting system user and appanme"
96
- (eval "sed -ie 's/SYSUSER/${system_user}/g' ${app_vhost_dir}/main.custom.conf")
97
- (eval "sed -ie 's/APPNAME/${appname}/g' ${app_vhost_dir}/main.custom.conf")
+ (eval "sed -i -e 's/SYSUSER/${system_user}/g' ${app_vhost_dir}/main.custom.conf")
+ (eval "sed -i -e 's/APPNAME/${appname}/g' ${app_vhost_dir}/main.custom.conf")
98
99
show_info "Restarting nginx..."
100
service nginx-sp restart
0 commit comments