mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Shellcheck
This commit is contained in:
parent
cf29af3d7f
commit
653108e4a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user