From 689f9d83df8421f184872b5c96d614bfe0f4a730 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 11 Oct 2021 23:21:31 -0400 Subject: [PATCH] removed redundant code --- kaya | 3 --- 1 file changed, 3 deletions(-) diff --git a/kaya b/kaya index aac2c14..2e8ab57 100755 --- a/kaya +++ b/kaya @@ -83,9 +83,6 @@ function get_params() { exit 1 ;; esac - - [[ -z "${remote_user}" ]] && remote_user="root" - } ## create restic backup repo and store the new password in plaintext, and hashed in .htpasswd -- 2.25.1