do not assume cyryl as username for syncthing

This commit is contained in:
Cyryl Płotnicki 2019-05-19 20:40:19 +01:00
parent e348a2d15c
commit 4afacc8a72

View file

@ -26,7 +26,7 @@ if [[ -z $NO_SYSTEMCTL ]]; then
sudo systemctl restart docker
sudo systemctl enable fail2ban
sudo systemctl restart fail2ban
sudo systemctl enable --now syncthing@cyryl.service
sudo systemctl enable --now syncthing@$USER.service
fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"