You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core-Installer-Functions/AdGuard/AdGuard-ENV-setup.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ set_adguard_pass() {
11
11
12
12
# Print the updated timer value
13
13
set_pass_adguard_title
14
-
echo"Press Enter to set Adguard Password $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for no password: $(tput sgr0)"
14
+
echo"Press Enter to set Adguard Password $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for random password: $(tput sgr0)"
15
15
16
16
# Decrement the timer value by 1
17
17
timer=$((timer -1))
@@ -96,7 +96,7 @@ set_adguard_user() {
96
96
97
97
# Print the updated timer value
98
98
set_uname_adguard_title
99
-
echo"Press Enter to set AdGuard Username $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for no password: $(tput sgr0)"
99
+
echo"Press Enter to set AdGuard Username $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for random username: $(tput sgr0)"
Copy file name to clipboardExpand all lines: Core-Installer-Functions/Pihole/Pihole-ENV-setup.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ set_pihole_password() {
28
28
29
29
# Print the updated timer value
30
30
set_pass_pihole_title
31
-
echo"Press Enter to set Pihole Dashboard Password $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for no password: $(tput sgr0)"
31
+
echo"Press Enter to set Pihole Dashboard Password $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for random password: $(tput sgr0)"
echo"Press Enter to set Wireguard Dashboard Password $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for no password: $(tput sgr0)"
93
+
echo"Press Enter to set Wireguard Dashboard Password $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for random password: $(tput sgr0)"
94
94
95
95
# Decrement the timer value by 1
96
96
timer=$((timer -1))
@@ -108,16 +108,9 @@ set_wg-dash_pass() {
108
108
109
109
plaintext_wgdash_pass=$(head /dev/urandom | tr -dc "$characters"| head -c 16)
echo"Press Enter to set Wireguard Dashboard Username $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for no password: $(tput sgr0)"
166
+
echo"Press Enter to set Wireguard Dashboard Username $(tput setaf 1)or wait $(tput sgr0)$(tput setaf 3)$timer$(tput sgr0)$(tput setaf 1) seconds for random username: $(tput sgr0)"
180
167
181
168
# Decrement the timer value by 1
182
169
timer=$((timer -1))
@@ -236,7 +223,7 @@ set_wg-dash_key() {
236
223
# Generate a 512-bit random key using OpenSSL and convert it to hexadecimal
0 commit comments