diff options
Diffstat (limited to 'nixos-switch.sh')
-rwxr-xr-x | nixos-switch.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos-switch.sh b/nixos-switch.sh index 2c1d10c..dc7797d 100755 --- a/nixos-switch.sh +++ b/nixos-switch.sh @@ -15,7 +15,6 @@ scp cgit-about.html "${TLD}:${GIT_ROOT}/about.html" scp ci-gen-index.sh "${TLD}:${CI_LOGS_ROOT}/ci-gen-index.sh" scp bash-profile.sh "${TLD}:.bash_profile" -echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S systemctl restart pires-prod.service if [[ "$PROSODY_ENABLE" = true ]]; then echo Ugly hack to change TLS certificates permissions |