1
1
Fork 1

Added comment + refactor.

This commit is contained in:
Derek Smith 2022-12-25 13:04:48 -05:00
parent a5ce7ceb4c
commit 3bc86d8aa3
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC
1 changed files with 3 additions and 1 deletions

View File

@ -85,8 +85,10 @@ ssh "$BTCPAY_FQDN" "chmod 0664 $REMOTE_HOME/.bashrc"
# send the setup script to the remote machine.
scp "$SITE_PATH/btcpay.sh" "ubuntu@$FQDN:$REMOTE_HOME/btcpay_setup.sh"
ssh "$BTCPAY_FQDN" "chmod 0744 $REMOTE_HOME/btcpay_setup.sh"
# script is executed under sudo
ssh "$BTCPAY_FQDN" "sudo bash -c $REMOTE_HOME/btcpay_setup.sh"
ssh "$BTCPAY_FQDN" "touch $REMOTE_HOME/btcpay.complete"
# lets give time for the containers to spin up
sleep 10