(simatec) Fix update.sh

This commit is contained in:
simatec 2023-01-22 21:37:54 +01:00
parent 0665762ec6
commit 4cb80d4232

View file

@ -226,7 +226,7 @@ BLA::stop_loading_animation
# Restore Config # Restore Config
cp $installPth/backup/config-site.php.bak $etcPth/ && cp $installPth/backup/config-site.php $etcPth/ 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/ cp $installPth/backup/.my.cnf $etcPth/
if [ "$USE_MAILCOW" = true ]; then 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}You can remove the old unused containers on your system!"
echo "${blue}Execute the following command: docker system prune" echo "${blue}Execute the following command: docker system prune"
echo "${blue}${HLINE}${normal}" echo "${blue}${HLINE}${normal}"
echo echo
exit 1