mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 09:57:32 +08:00
Launch packages async
This commit is contained in:
parent
104265396c
commit
e673d4af66
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user