Shellcheck

This commit is contained in:
Kroese 2023-04-02 04:00:26 +02:00 committed by GitHub
parent cf29af3d7f
commit 653108e4a7

View File

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