Fixing bad command name
This commit is contained in:
parent
c11f50f009
commit
35e941bf96
|
@ -20,7 +20,7 @@ then
|
||||||
sqlFile=$(mktemp -p /root)
|
sqlFile=$(mktemp -p /root)
|
||||||
|
|
||||||
password=$(pwgen -1 10)
|
password=$(pwgen -1 10)
|
||||||
/usr/share/eole/sbin/mariaPwd ${password}
|
/usr/share/eole/sbin/mariadbPwd ${password}
|
||||||
|
|
||||||
accounts=($(CreoleGet accName))
|
accounts=($(CreoleGet accName))
|
||||||
limits="$(CreoleGet accLimitTarget '')"
|
limits="$(CreoleGet accLimitTarget '')"
|
||||||
|
|
Loading…
Reference in New Issue