mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-26 13:39:59 +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
|
||||
/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
|
||||
# systemd service for XO-Server.
|
||||
|
||||
Reference in New Issue
Block a user