Unverified Commit 9eda4c46 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Shellcheck

parent 7a11d227
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ done
if [ "$first_run" = true ]; then

  for filename in /usr/local/packages/*.spk; do
    /usr/syno/bin/synopkg install $filename > /dev/null
    rm $filename
    /usr/syno/bin/synopkg install "$filename" > /dev/null
    rm "$filename"
  done

  /usr/syno/bin/synopkg start FileStation > /dev/null