diff --git a/.hyper_plugins/.hyper_plugins b/.hyper_plugins/.hyper_plugins index b13f2cdb..742c57d0 120000 --- a/.hyper_plugins/.hyper_plugins +++ b/.hyper_plugins/.hyper_plugins @@ -1 +1 @@ -/Users/cyplo/dev/dotfiles/.hyper_plugins \ No newline at end of file +/home/cyryl/dev/dotfiles/.hyper_plugins \ No newline at end of file diff --git a/ubuntu/up.sh b/ubuntu/up.sh index 8a4c7a49..ed546711 100755 --- a/ubuntu/up.sh +++ b/ubuntu/up.sh @@ -26,9 +26,6 @@ if [[ -z $NO_SYSTEMCTL ]]; then sudo systemctl restart docker sudo systemctl enable fail2ban sudo systemctl restart fail2ban - echo "Enabling Syncthing for $USER" - sudo systemctl enable syncthing@$USER.service - sudo systemctl restart syncthing@$USER.service fi DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"