mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
ba315ac8a3
commit
ed904b7489
@ -866,7 +866,8 @@ docker_compose_up(){
|
||||
|
||||
if [ "$REPAIR" = true ]; then
|
||||
echo "Deleting all existing MySQL data in volume root_openadmin_mysql due to the '--repair' flag."
|
||||
docker volume rm root_openadmin_mysql > /dev/null 2>&1
|
||||
cd /root && docker compose down > /dev/null 2>&1 # in case mysql was running
|
||||
docker volume rm root_openadmin_mysql > /dev/null 2>&1 # delete database
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user