mirror of
https://github.com/torrentpier/autoinstall.git
synced 2025-02-28 15:10:55 +03:00
The length of the generated password has been increased (#10)
This commit is contained in:
parent
3942ea6105
commit
8e4d79ca84
@ -168,10 +168,10 @@ if $foundOs; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
passPma=$(pwgen -1 8)
|
passPma="$(pwgen -1Bs 12)"
|
||||||
dbSql="torrentpier_$(pwgen -1 8)"
|
dbSql="torrentpier_$(pwgen -1 8)"
|
||||||
userSql="torrentpier_$(pwgen -1 8)"
|
userSql="torrentpier_$(pwgen -1 8)"
|
||||||
passSql=$(pwgen -1 8)
|
passSql="$(pwgen -1Bs 12)"
|
||||||
|
|
||||||
# Installation phpMyAdmin
|
# Installation phpMyAdmin
|
||||||
if ! dpkg-query -W -f='${Status}' "phpmyadmin" 2>/dev/null | grep -q "install ok installed"; then
|
if ! dpkg-query -W -f='${Status}' "phpmyadmin" 2>/dev/null | grep -q "install ok installed"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user