Skip to content

Commit

Permalink
Fixed cron jobs display issue on WebGUI
Browse files Browse the repository at this point in the history
Fixed display issue on the WebGUI where cron job schedules that have more than 2 comma-separated values for minutes, hours, day of the month, month or day or the week show a vertical bar character instead of a comma.
  • Loading branch information
Martinski4GitHub committed Sep 29, 2024
1 parent c230bd1 commit 4df12ef
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 37 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scMerlin

## v2.5.7
### Updated on 2024-Sep-22 by @decoderman with updates from @Martinski4GitHub
## v2.5.8
### Updated on 2024-Sep-29 by @decoderman with updates from @Martinski4GitHub

## About
scMerlin allows you to easily control the most common services/scripts on your router. scMerlin also augments your router's WebUI with a Sitemap and dynamic submenus for the main left menu of Asuswrt-Merlin.
Expand Down
6 changes: 3 additions & 3 deletions scmerlin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## https://github.com/jackyaz/scMerlin ##
## ##
######################################################
# Last Modified: 2024-Sep-22
# Last Modified: 2024-Sep-29
#-----------------------------------------------------

########## Shellcheck directives ###########
Expand All @@ -27,8 +27,8 @@
### Start of script variables ###
readonly SCRIPT_NAME="scMerlin"
readonly SCRIPT_NAME_LOWER="$(echo "$SCRIPT_NAME" | tr 'A-Z' 'a-z' | sed 's/d//')"
readonly SCM_VERSION="v2.5.7"
readonly SCRIPT_VERSION="v2.5.7"
readonly SCM_VERSION="v2.5.8"
readonly SCRIPT_VERSION="v2.5.8"
SCRIPT_BRANCH="master"
SCRIPT_REPO="https://raw.githubusercontent.com/decoderman/$SCRIPT_NAME/$SCRIPT_BRANCH"
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME_LOWER.d"
Expand Down
Loading

0 comments on commit 4df12ef

Please sign in to comment.