mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
2fedf48226
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ if [[ "$(safe_copy my.cnf /etc/mysql/my.cnf | tail -n1)" == "True" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /etc/yunohost/mysql ]; then
|
if [ ! -f /etc/yunohost/mysql ]; then
|
||||||
[[ $(/bin/ps aux | grep mysqld | grep -vc "grep") == "0" ]] \
|
[[ $(/bin/ps aux | grep '[m]ysqld') == "0" ]] \
|
||||||
&& sudo service mysql start
|
&& sudo service mysql start
|
||||||
|
|
||||||
mysql_password=$(randpass 10 0)
|
mysql_password=$(randpass 10 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue