Update install.sh

master
Abbey 5 years ago committed by GitHub
parent 099ab62bc8
commit 8a651c155b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      install.sh

@ -48,7 +48,7 @@ function config_file(){
cp supervisord.conf.sample supervisord.conf
mkdir /var/run/supervisor
chmod +x /var/run/supervisor
sed -i "s|/root/PyOne|$cur_dir|" app/self_config.py
sed -i "s|/root/PyOne|$cur_dir|" self_config.py
sed -i "s|/root/PyOne|$cur_dir|" supervisord.conf
}

Loading…
Cancel
Save