From 68ceabf85a3efb607d3c0ccd4d9c37eaa2b73b29 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 17 Jan 2023 05:48:38 -0500 Subject: [PATCH] Update homer-v5.sh --- ct/homer-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homer-v5.sh b/ct/homer-v5.sh index 4e117f5f..bc702f38 100644 --- a/ct/homer-v5.sh +++ b/ct/homer-v5.sh @@ -325,10 +325,10 @@ msg_info "Stopping ${APP}" systemctl stop homer msg_ok "Stopped ${APP}" -msg_info "Backing up conf.yml" +msg_info "Backing up config.yml" cd ~ cp -R /opt/homer/assets/config.yml config.yml -msg_ok "Backed up conf.yml" +msg_ok "Backed up config.yml" msg_info "Updating ${APP}" rm -rf /opt/homer/*