From: Christian Heller Date: Thu, 26 Sep 2024 23:14:44 +0000 (+0200) Subject: Various fixes. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/gitweb.js?a=commitdiff_plain;h=e55b15122444fef74e620b7ae97aa35bd76212a5;p=config Various fixes. --- diff --git a/bookworm/setup_scripts/upgrade_from_older_release.sh b/bookworm/setup_scripts/upgrade_from_older_release.sh index 5175547..776bb7a 100755 --- a/bookworm/setup_scripts/upgrade_from_older_release.sh +++ b/bookworm/setup_scripts/upgrade_from_older_release.sh @@ -7,6 +7,7 @@ set -e . ./misc.sh +. ../../misc.sh path_sources_list="/etc/apt/sources.list" @@ -19,4 +20,4 @@ apt update apt -y -o Dpkg::Options::="--force-confnew" upgrade apt -y -o Dpkg::Options::="--force-confnew" full-upgrade apt -y autoremove -cp "${locall_path_sshd_config}" "${system_path_sshd_config}" +cp "${local_path_sshd_config}" "${system_path_sshd_config}"