mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-22 09:53:40 +08:00
Launch packages async
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user