Shellcheck
This commit is contained in:
parent
9916ab3064
commit
3eebb27105
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue