home · contact · privacy
Various fixes. master
authorChristian Heller <c.heller@plomlompom.de>
Thu, 26 Sep 2024 23:14:44 +0000 (01:14 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 26 Sep 2024 23:14:44 +0000 (01:14 +0200)
bookworm/setup_scripts/upgrade_from_older_release.sh

index 5175547d1a47c096acf20c70cbfc489b527ab502..776bb7ad196923aa0673ef57ad09b47e53f1e770 100755 (executable)
@@ -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}"