Skip to content

Commit

Permalink
To modify a variable misreference (#162)
Browse files Browse the repository at this point in the history
To modify a variable misreference
  • Loading branch information
moexiyuki authored Dec 4, 2024
1 parent b15fa6a commit 7236198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions box/settings.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/system/bin/sh

# define the settings and paths
settings="/data/adb/box/settings.ini"

get_pkg_list(){
p=0
for pkg in $(cat $(dirname $settings)/package.list.ini)
Expand All @@ -17,9 +20,6 @@ fi
# Take the current time
current_time=$(date +"%I:%M %P")

# define the settings and paths
settings="/data/adb/box/settings.ini"

# set the port numbers for tproxy and redir
tproxy_port="9898"
redir_port="9797"
Expand Down Expand Up @@ -161,4 +161,4 @@ log() {
notify "box_for_root" "${message}"
fi

}
}

0 comments on commit 7236198

Please sign in to comment.