mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-16 14:15:11 +08:00
Update InstallNET.sh
This commit is contained in:
parent
7d0c48a89d
commit
4695171484
1 changed files with 1 additions and 0 deletions
|
@ -2739,6 +2739,7 @@ if [[ -z "$tmpWORD" || "$linux_relese" == 'alpinelinux' || "$targetRelese" == 'U
|
||||||
tmpWORD='LeitboGi0ro'
|
tmpWORD='LeitboGi0ro'
|
||||||
myPASSWORD='$6$qE9Lqgrd0QTOq46i$YMECmKvIw2SeBP4X411I0ZWmtyMsRcBi4Rxu7HYRsqdwqSApi6zjds5UJyM4HrAoBcuLBmjPyLatGydulmCDb0'
|
myPASSWORD='$6$qE9Lqgrd0QTOq46i$YMECmKvIw2SeBP4X411I0ZWmtyMsRcBi4Rxu7HYRsqdwqSApi6zjds5UJyM4HrAoBcuLBmjPyLatGydulmCDb0'
|
||||||
else
|
else
|
||||||
|
# "-1" is MD5, "-5" is SHA256, "-6" is SHA512. MD5 is no longer secure.
|
||||||
myPASSWORD=$(openssl passwd -6 ''$tmpWORD'')
|
myPASSWORD=$(openssl passwd -6 ''$tmpWORD'')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue