From 58b75e0dd8096ea4225e1c1ba8de2bd32a7d86f6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 13 Mar 2024 17:40:53 -0400 Subject: [PATCH] Update dashy.sh fix update --- ct/dashy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/dashy.sh b/ct/dashy.sh index 23a28334..b06a3955 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -63,11 +63,11 @@ msg_ok "Stopped ${APP}" msg_info "Backing up conf.yml" cd ~ -cp -R /dashy/public/conf.yml conf.yml +cp -R /opt/dashy/public/conf.yml conf.yml msg_ok "Backed up conf.yml" msg_info "Updating Dashy" -cd /dashy +cd /opt/dashy git merge &>/dev/null git pull origin master &>/dev/null yarn &>/dev/null @@ -76,7 +76,7 @@ msg_ok "Updated Dashy" msg_info "Restoring conf.yml" cd ~ -cp -R conf.yml /dashy/public +cp -R conf.yml /opt/dashy/public msg_ok "Restored conf.yml" msg_info "Cleaning"