Skip to content

Commit

Permalink
MySpeed now restarts after an update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed May 12, 2022
1 parent a466193 commit 73b65f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ if ! command -v systemctl &> /dev/null; then
echo -e "$YELLOW⚠ Warnung: $NORMAL Dein Linux-System bietet derzeit nicht die Möglichkeit, MySpeed im Hintergrund zu starten. Hierfür wird \"systemd\" benötigt."
echo -e "$BLUEℹ Info: $NORMAL Du kannst, wenn du \"systemd\" installiert hast, die Installation erneut starten. Es wird dann automatisch eingestellt."
sleep 5
elif [ ! -d $INSTALLATION_PATH ]; then
systemctl restart myspeed
fi

echo -e "$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-$GREEN-$NORMAL-" #multicolor
Expand Down

0 comments on commit 73b65f7

Please sign in to comment.