Wasn't paying attention. Need it in both places.

This commit is contained in:
hooksie1 2017-08-03 20:24:38 -04:00 committed by GitHub
parent 5b9bf914f7
commit ba5bf94571

View File

@ -36,6 +36,7 @@ cd $xo_server_dir
sudo cp sample.config.yaml .xo-server.yaml sudo cp sample.config.yaml .xo-server.yaml
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-server.yaml sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-server.yaml
cd $xo_web_dir cd $xo_web_dir
/usr/bin/yarn install --force
if [[ ! -e $systemd_service_dir/$xo_service ]] ; then if [[ ! -e $systemd_service_dir/$xo_service ]] ; then