mirror of
https://github.com/Medicean/VulApps.git
synced 2025-06-21 10:20:20 +00:00
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/bash
|
|
chown -R mysql:mysql /var/lib/mysql /var/run/mysqld
|
|
/etc/init.d/mysql restart
|
|
/etc/init.d/apache2 restart
|
|
/usr/bin/tail -f /dev/null
|