From b984ef5765bd399cad3c21dddf374d1c9702b5b6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 22 Feb 2022 10:26:35 +0100 Subject: [PATCH] correct comment --- usr/lib/archboot/server_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/server_functions b/usr/lib/archboot/server_functions index 4dc66c5c0..61cc10100 100644 --- a/usr/lib/archboot/server_functions +++ b/usr/lib/archboot/server_functions @@ -98,7 +98,7 @@ _server_release() { #shellcheck disable=SC2086 sudo -u "${_USER}" ssh "${_SERVER}" "[[ -d "${_SERVER_HOME}/${_ARCH}" ]] || mkdir -p ${_SERVER_HOME}/${_ARCH}" sudo -u "${_USER}" scp -q -r "${_DIR}" "${_SERVER}":"${_SERVER_HOME}/${_ARCH}" || exit 1 - # move files on server, create symlink and remove 3 month old release + # move files on server, create symlink and remove ${_PURGE_DATE} old release sudo -u "${_USER}" ssh "${_SERVER}" </dev/null