From 7289e18eb25395147e364dd80eae317cd58ee65e Mon Sep 17 00:00:00 2001 From: pi-dal Date: Fri, 3 May 2024 16:02:15 +0800 Subject: [PATCH] Modify fix start.sh (#158) Updated start.sh base on feedback from user --- installer/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index f2cee29..8cd6e0a 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -122,7 +122,7 @@ if [[ -f "./launcher" ]]; then else # Create start.sh with arozos command echo "#!/bin/bash" > start.sh - echo "${sudo}arozos -port=$arozport -hostname=\"$arozosname\"" >> start.sh + echo "${sudo}./arozos -port=$arozport -hostname=\"$arozosname\"" >> start.sh fi # Make start.sh executable @@ -146,8 +146,8 @@ if [[ $(uname) == "Linux" ]]; then cat < /etc/systemd/system/arozos.service [Unit] Description=ArozOS Cloud Service -After=systemd-networkd-wait-online.service -Wants=systemd-networkd-wait-online.service +After=systemd-networkd-wait-online.service network-online.target +Wants=systemd-networkd-wait-online.service network-online.target [Service] Type=simple