(simatec) Fix update.sh
This commit is contained in:
parent
0665762ec6
commit
4cb80d4232
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
echo
|
||||
exit 1
|
Loading…
Reference in a new issue