Launch packages async

This commit is contained in:
Kroese 2023-04-17 13:53:31 +02:00 committed by GitHub
parent 104265396c
commit e673d4af66

View File

@ -53,8 +53,8 @@ if [ "$first_run" = true ]; then
echo "Installing package ${BASE}.." > /dev/ttyS0 echo "Installing package ${BASE}.." > /dev/ttyS0
/usr/syno/bin/synopkg install "$filename" > /dev/null /usr/syno/bin/synopkg install "$filename" > /dev/null
echo "Starting package ${BASE}.." > /dev/ttyS0 #echo "Activating package ${BASE}.." > /dev/ttyS0
/usr/syno/bin/synopkg start "$BASE" > /dev/null /usr/syno/bin/synopkg start "$BASE" &
rm "$filename" rm "$filename"