mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Shellcheck
This commit is contained in:
parent
9916ab3064
commit
3eebb27105
@ -19,7 +19,7 @@ if [ "$first_run" = true ]; then
|
||||
/usr/syno/bin/synopkg install "$filename" > /dev/null
|
||||
|
||||
BASE=$(basename "$filename" .spk)
|
||||
BASE=$(echo "${BASE%%-*}")
|
||||
BASE="${BASE%%-*}"
|
||||
|
||||
/usr/syno/bin/synopkg start "$BASE" > /dev/null
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user