diff --git a/hubspoke-helper.sh b/hubspoke-helper.sh index 798909b..b466bf2 100755 --- a/hubspoke-helper.sh +++ b/hubspoke-helper.sh @@ -12,7 +12,7 @@ set -euo pipefail TUNNEL_DIR="${TUNNEL_DIR:-$HOME/tinyboard/spoke}" COMPOSE_FILE="${COMPOSE_FILE:-$TUNNEL_DIR/compose.yaml}" RCLONE_REMOTE="${RCLONE_REMOTE:-brie-remote}" -MOUNT_POINT="${MOUNT_POINT:-$/mnt/hub/$RCLONE_REMOTE}" +MOUNT_POINT="${MOUNT_POINT:-/mnt/hub/$RCLONE_REMOTE}" # ------------------------------------------------------------ # Usage diff --git a/spoke/autossh-tunnel.service b/spoke/autossh-tunnel.service deleted file mode 100644 index 1b2bfd2..0000000 --- a/spoke/autossh-tunnel.service +++ /dev/null @@ -1,15 +0,0 @@ -# For now, deprecated in favor of docker tunnel - -[Unit] -Description=AutoSSH tunnel from spoke to hub -After=network.target - -[Service] -Environment="AUTOSSH_GATETIME=0" -ExecStart=/usr/bin/autossh -M 0 -NT -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -R 11111:localhost:22 -i /home/armbian/.ssh/armbian-brie-202604 armbian@oily.dad -Restart=always -RestartSec=10 -User=armbian - -[Install] -WantedBy=multi-user.target