diff --git a/ubuntu/up.sh b/ubuntu/up.sh index 45e4ebd1..a2bb30fc 100755 --- a/ubuntu/up.sh +++ b/ubuntu/up.sh @@ -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 )"