Skip to content

Commit

Permalink
Burnin the version in the shell script etc
Browse files Browse the repository at this point in the history
  • Loading branch information
waluwaz committed Mar 21, 2022
1 parent ff5632c commit 893a383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

### Start of script variables ###
readonly SCRIPT_NAME="modmon"
readonly SCRIPT_VERSION="v0.0.2"
readonly SCRIPT_VERSION="v0.2.0-beta"
SCRIPT_BRANCH="master"
SCRIPT_REPO="https://raw.githubusercontent.com/jackyaz/$SCRIPT_NAME/$SCRIPT_BRANCH"
SCRIPT_REPO="https://raw.githubusercontent.com/waluwaz/$SCRIPT_NAME/$SCRIPT_BRANCH"
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME.d"
readonly SCRIPT_WEBPAGE_DIR="$(readlink /www/user)"
readonly SCRIPT_WEB_DIR="$SCRIPT_WEBPAGE_DIR/$SCRIPT_NAME"
Expand Down

0 comments on commit 893a383

Please sign in to comment.