diff --git a/hub/rclone.conf b/hub/rclone.conf index 0c2e876..008f972 100644 --- a/hub/rclone.conf +++ b/hub/rclone.conf @@ -1,4 +1,4 @@ -[brie-sftp] +[brie-remote] type = sftp host = localhost port = 11111 diff --git a/hubspoke-helper.sh b/hubspoke-helper.sh index 15e8d39..6edf08d 100755 --- a/hubspoke-helper.sh +++ b/hubspoke-helper.sh @@ -100,6 +100,7 @@ EOF # ------------------------------------------------------------ hub_install() { echo "Assuming you have placed rclone-mount@.service in ~/.config/systemd/user/" + echo "Also, 'sudo loginctl enable-linger armbian' and a reboot may be necessary." echo "If not, create it manually. Then run: systemctl --user daemon-reload" systemctl --user daemon-reload } @@ -169,4 +170,3 @@ hub) exit 1 ;; esac -