Fix shellcheck issues
This commit is contained in:
parent
1a74470c4d
commit
dc66efa690
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ case $distribution in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
__file /etc/apt/preferences.d/$name \
|
__file "/etc/apt/preferences.d/$name" \
|
||||||
--owner root --group root --mode 0644 \
|
--owner root --group root --mode 0644 \
|
||||||
--state "$state" \
|
--state "$state" \
|
||||||
--source - << EOF
|
--source - << EOF
|
||||||
|
|
Loading…
Reference in a new issue