Unverified Commit 74d3595c authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Launch packages async

parent 909dcd59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ if [ "$first_run" = true ]; then
      echo "Installing package ${BASE}.." > /dev/ttyS0
      /usr/syno/bin/synopkg install "$filename" > /dev/null

      echo "Starting package ${BASE}.." > /dev/ttyS0
      /usr/syno/bin/synopkg start "$BASE" > /dev/null
      #echo "Activating package ${BASE}.." > /dev/ttyS0
      /usr/syno/bin/synopkg start "$BASE" &

      rm "$filename"