aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-15 11:54:41 -0300
committerEuAndreh <eu@euandre.org>2021-01-15 11:54:41 -0300
commitc4aa20e7ba98eab2c412bf04e2f50117c8f24b99 (patch)
tree83e15dfdf706273a4081dc41e502ed6dbb9d9182
parentassert-terraform.sh: Move to POSIX sh (diff)
downloadtoph-c4aa20e7ba98eab2c412bf04e2f50117c8f24b99.tar.gz
toph-c4aa20e7ba98eab2c412bf04e2f50117c8f24b99.tar.xz
remote-guix-reconfigure.sh: Move to POSIX sh
-rwxr-xr-xremote-guix-reconfigure.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/remote-guix-reconfigure.sh b/remote-guix-reconfigure.sh
index cb46c6d..80fc6f6 100755
--- a/remote-guix-reconfigure.sh
+++ b/remote-guix-reconfigure.sh
@@ -1,7 +1,4 @@
-#!/usr/bin/env bash
-set -Eeuo pipefail
-cd "$(dirname "${BASH_SOURCE[0]}")"
-set -x
+#!/bin/sh -eux
rsync -avzzP sync/ "$TLD:~/sync/" --delete
ssh "$TLD" guix pull