Update InstallNET.sh

This commit is contained in:
Molly Lau 2023-09-15 01:12:20 +09:00 committed by GitHub
parent 7d0c48a89d
commit 4695171484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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