Skip to content

Commit c9eb2de

Browse files
author
eric-zhou
committed
修改title错误
1 parent a3621d4 commit c9eb2de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
CURWDIR="$(cd $(dirname $0) && pwd)"
4-
TITLE="WPS"
4+
TITLE="反向SSH"
55
PROGRAM_NAME="app-ssh-reverse"
66
CUSTOM_BIN="/system/apps/tp/bin/custom"
77
CUSTOM_CONFIG_FILE="$CURWDIR/custom.conf"
@@ -49,6 +49,7 @@ config() {
4949
$INSTALL_BIN "$PROGRAM_NAME.conf" "$LAUNCHER_CONFIG_FILE"
5050

5151
echo "{" > "$CUSTOM_CONFIG_FILE"
52+
echo "\"title\" : \"$TITLE\"," >> "$CUSTOM_CONFIG_FILE"
5253
echo " \"content\" : \"点击开始,然后按照所提示文字即可远程ssh到路由器上\"," >> "$CUSTOM_CONFIG_FILE"
5354
echo " \"button1\" : {" >> "$CUSTOM_CONFIG_FILE"
5455
echo " \"txt\" : \"开始\"," >> "$CUSTOM_CONFIG_FILE"

0 commit comments

Comments
 (0)