Shellcheck

This commit is contained in:
Kroese 2023-04-08 02:38:24 +02:00 committed by GitHub
parent 9916ab3064
commit 3eebb27105

View File

@ -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