From cf56af0834bf8ba016a6fe356bccecb7b27f8cb9 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 16 May 2026 22:59:14 +0200 Subject: [PATCH] dashy: fix restore (#14527) --- ct/dashy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/dashy.sh b/ct/dashy.sh index cd885200f..149a12914 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -48,7 +48,7 @@ function update_script() { msg_ok "Updated Dashy" msg_info "Restoring conf.yml" - cp -R /opt/dashy_conf_backup.yml /opt/dashy/user-data + cp /opt/dashy_conf_backup.yml /opt/dashy/user-data/conf.yml msg_ok "Restored conf.yml" msg_info "Cleaning"