do not assume cyryl as username for syncthing
This commit is contained in:
parent
e348a2d15c
commit
4afacc8a72
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
||||||
sudo systemctl restart docker
|
sudo systemctl restart docker
|
||||||
sudo systemctl enable fail2ban
|
sudo systemctl enable fail2ban
|
||||||
sudo systemctl restart fail2ban
|
sudo systemctl restart fail2ban
|
||||||
sudo systemctl enable --now syncthing@cyryl.service
|
sudo systemctl enable --now syncthing@$USER.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
Loading…
Reference in a new issue