Correctly quote variable

This commit is contained in:
Ohad Livne 2025-06-04 22:44:50 +03:00
parent adb16b40de
commit 216c38cd6c
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

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