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
3491670d22
commit
d0967d1a87
@ -784,10 +784,10 @@ docker_compose_up(){
|
||||
|
||||
if [ "$SET_PREMIUM" = true ]; then
|
||||
# setup 4 plans in database
|
||||
cp /etc/openpanel/mysql/initialize/mariadb_plans.sql /root/initialize.sql > /dev/null 2>&1
|
||||
cp /etc/openpanel/mysql/initialize/0.4/mariadb_plans.sql /root/initialize.sql > /dev/null 2>&1
|
||||
else
|
||||
# setup 2 plans in database
|
||||
cp /etc/openpanel/mysql/initialize/mysql_plans.sql /root/initialize.sql > /dev/null 2>&1
|
||||
cp /etc/openpanel/mysql/initialize/0.4/mysql_plans.sql /root/initialize.sql > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
# compose doesnt alllow /
|
||||
|
Loading…
Reference in New Issue
Block a user