Skip to content

Commit

Permalink
install: Copy rather than moving local_settings_template.py.
Browse files Browse the repository at this point in the history
(imported from commit 23e5af225738af32567c543df75375cd5ce378dc)
  • Loading branch information
timabbott committed Sep 25, 2015
1 parent 2fb9560 commit 6540807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/install
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -e "/etc/init.d/nginx" ]; then
fi

/root/zulip/scripts/setup/generate_secrets.py
mv /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py
cp -a /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/local_settings.py

/root/zulip/scripts/setup/configure-rabbitmq
Expand Down

0 comments on commit 6540807

Please sign in to comment.