Skip to content

Commit

Permalink
Modify fix start.sh (#158)
Browse files Browse the repository at this point in the history
Updated start.sh base on feedback from user
  • Loading branch information
pi-dal authored May 3, 2024
1 parent fcd4e54 commit 7289e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -146,8 +146,8 @@ if [[ $(uname) == "Linux" ]]; then
cat <<EOF > /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
Expand Down

0 comments on commit 7289e18

Please # to comment.