Skip to content

Commit

Permalink
fix scripts syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Jan 13, 2024
1 parent 6b492d2 commit cb24310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-chinesesubfinder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.2-20231208
PKG_VERSION:=1.0.3-20240113
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for ChineseSubFinder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ case ${ACTION} in
docker ps --all -f 'name=chinesesubfinder' --format '{{.State}}'
;;
"port")
local http_port=`uci get chinesesubfinder.@main[0].http_port 2>/dev/null`
echo $http_port
uci -q get chinesesubfinder.@main[0].http_port 2>/dev/null
;;
*)
usage
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-gogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20231208
PKG_VERSION:=1.0.2-20240113
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Emby
Expand Down
3 changes: 1 addition & 2 deletions applications/luci-app-gogs/root/usr/libexec/istorec/gogs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ case ${ACTION} in
docker ps --all -f 'name=gogs' --format '{{.State}}'
;;
"port")
local http_port=`uci get gogs.@main[0].http_port 2>/dev/null`
echo $http_port
uci -q get gogs.@main[0].http_port 2>/dev/null
;;
*)
usage
Expand Down

0 comments on commit cb24310

Please sign in to comment.