fix: don't try to replace a mount point
This commit is contained in:
13
trigger.sh
Normal file
13
trigger.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
SERVER_USER="mira"
|
||||
SERVER_IP="192.168.102.148"
|
||||
REMOTE_DIR="$HOME/gentoo-pill"
|
||||
|
||||
echo "Connecting to ${SERVER_USER}@${SERVER_IP}..."
|
||||
|
||||
ssh -A -t "${SERVER_USER}@${SERVER_IP}" \
|
||||
"bash -c 'cd ${REMOTE_DIR} && ./binhost.sh'"
|
||||
|
||||
echo "Trigger complete"
|
||||
Reference in New Issue
Block a user