aboutsummaryrefslogtreecommitdiffstats
path: root/bin/pre-install-as-root
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pre-install-as-root')
-rwxr-xr-xbin/pre-install-as-root2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root
index 016341307..56dc74a96 100755
--- a/bin/pre-install-as-root
+++ b/bin/pre-install-as-root
@@ -207,7 +207,7 @@ add_website_to_nginx() {
install_sysvinit_script() {
SYSVINIT_FILENAME=/etc/init.d/$SITE
- cp $REPOSITORY/conf/sysvinit-catalyst-fastcgi.example $SYSVINIT_FILENAME
+ cp $REPOSITORY/conf/sysvinit.example $SYSVINIT_FILENAME
sed -i "s,/var/www/$SITE,$DIRECTORY,g" $SYSVINIT_FILENAME
sed -i "s/^ *USER=.*/USER=$UNIX_USER/" $SYSVINIT_FILENAME
chmod a+rx $SYSVINIT_FILENAME