mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-29 09:51:35 +00:00
Fix incorrect if statement variable
This commit is contained in:
@@ -38,7 +38,7 @@ sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-serve
|
|||||||
cd $xo_web_dir
|
cd $xo_web_dir
|
||||||
/usr/bin/yarn install --force
|
/usr/bin/yarn install --force
|
||||||
|
|
||||||
if [[ ! -e $xo_systemd_service ]] ; then
|
if [[ ! -e $systemd_service_dir/$xo_service ]] ; then
|
||||||
|
|
||||||
/bin/cat << EOF >> $systemd_service_dir/$xo_service
|
/bin/cat << EOF >> $systemd_service_dir/$xo_service
|
||||||
# systemd service for XO-Server.
|
# systemd service for XO-Server.
|
||||||
|
|||||||
Reference in New Issue
Block a user