From 4cb80d423232297188af943e6187c637b6a5dac3 Mon Sep 17 00:00:00 2001 From: simatec Date: Sun, 22 Jan 2023 21:37:54 +0100 Subject: [PATCH] (simatec) Fix update.sh --- update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index ea4f098..b5f5f63 100644 --- a/update.sh +++ b/update.sh @@ -226,7 +226,7 @@ BLA::stop_loading_animation # Restore Config cp $installPth/backup/config-site.php.bak $etcPth/ && cp $installPth/backup/config-site.php $etcPth/ -cp $installPth/backup/piler.conf.bak $etcPth/ && cp $etcPth/piler.conf $etcPth/ +cp $installPth/backup/piler.conf.bak $etcPth/ && cp $installPth/backup/piler.conf $etcPth/ cp $installPth/backup/.my.cnf $etcPth/ if [ "$USE_MAILCOW" = true ]; then @@ -287,4 +287,5 @@ echo "${blue}${HLINE}" echo "${blue}You can remove the old unused containers on your system!" echo "${blue}Execute the following command: docker system prune" echo "${blue}${HLINE}${normal}" -echo \ No newline at end of file +echo +exit 1 \ No newline at end of file