Unverified Commit 81f18a84 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Shellcheck

parent bcb4b69a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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