diff options
author | EuAndreh <eu@euandre.org> | 2020-11-29 19:25:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-29 19:48:56 -0300 |
commit | 9a7ac6fa741388386467218d557e690f3ad8f3b7 (patch) | |
tree | 6c3858195908535fb515ee74c1af299344d01d58 /guix-reconfigure.sh | |
parent | vps.scm: Inline id_rsa.pub file (diff) | |
download | toph-9a7ac6fa741388386467218d557e690f3ad8f3b7.tar.gz toph-9a7ac6fa741388386467218d557e690f3ad8f3b7.tar.xz |
ci-build.sh: Remove server-specific PREFIX path of logfile
Diffstat (limited to 'guix-reconfigure.sh')
-rwxr-xr-x | guix-reconfigure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-reconfigure.sh b/guix-reconfigure.sh index 888879d..868b2cd 100755 --- a/guix-reconfigure.sh +++ b/guix-reconfigure.sh @@ -4,5 +4,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")" set -x rsync -avzzP sync/ "$TLD:~/" -ssh "$TLD" guix pull +# ssh "$TLD" guix pull ssh "$TLD" sudo guix system reconfigure vps.scm |