Correctly quote variable
This commit is contained in:
parent
adb16b40de
commit
216c38cd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/sh
|
#! /usr/bin/sh
|
||||||
|
|
||||||
sudo usermod --append --groups docker ${USER}
|
sudo usermod --append --groups docker "${USER}"
|
||||||
|
|
||||||
systemctl --user enable syncthing.service
|
systemctl --user enable syncthing.service
|
||||||
systemctl --user start syncthing.service
|
systemctl --user start syncthing.service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue