From dc7fa5c76293fe481e9833cf0bfdb8f3ce3110e0 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 21 Nov 2023 15:24:56 +0100 Subject: [PATCH] Update postinstall Fix log message --- postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall b/postinstall index 3b10195..9d9ab85 100755 --- a/postinstall +++ b/postinstall @@ -329,7 +329,7 @@ set_locales(){ } set_ceph_repo(){ - log "Setting Proxmox package repositories to $ceph_repo_selection" + log "Setting Ceph package repositories to $ceph_repo_selection" if [[ "$ceph_repo_selection" != "none" ]]; then if [[ "$ceph_repo_selection" == *"quincy"* ]]; then generation=quincy