Skip to content

Commit 16b51c6

Browse files
committed
fix: desc
1 parent d0a7e08 commit 16b51c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install_script.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ forget_pass() {
17651765
echo_content yellow "MariaDB ${mariadb_user} password (please keep it safe): ${mariadb_pas}"
17661766
echo_content red "\n=============================================================="
17671767
else
1768-
echo_content red "---> Please install the Trojan Panel Backend first"
1768+
echo_content red "---> Please execute on the Trojan Panel backend server"
17691769
fi
17701770
;;
17711771
2)
@@ -1775,7 +1775,7 @@ forget_pass() {
17751775
echo_content yellow "Redis password (please keep it safe): ${redis_pass}"
17761776
echo_content red "\n=============================================================="
17771777
else
1778-
echo_content red "---> Please install the Trojan Panel Backend first"
1778+
echo_content red "---> Please execute on the Trojan Panel backend server"
17791779
fi
17801780
;;
17811781
3)
@@ -1804,7 +1804,7 @@ forget_pass() {
18041804
echo_content red "Admin panel sysadmin username and password reset failed"
18051805
fi
18061806
else
1807-
echo_content red "---> Please install the MariaDB first"
1807+
echo_content red "---> Please execute on the MariaDB server"
18081808
fi
18091809
;;
18101810
4)

0 commit comments

Comments
 (0)