Update autoexec

This commit is contained in:
samuhin 2021-04-28 21:28:38 +03:00 committed by GitHub
parent d6cf194382
commit 7a78da75a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,5 +5,4 @@ mysql -p'DATABASE_PASSWORD' openvk < install/init-db.sql && \
cd extensions/available/openvk/ && \
mysql -p'DATABASE_PASSWORD' openvk < install/init-static-db.sql && \
mysql -p'DATABASE_PASSWORD' openvk_eventdb < install/init-event-db.sql && \
systemctl start httpd && \
systemctl enable httpd
systemctl enable --now httpd