Compare commits

..

No commits in common. "00dd56679cb79b10042fc7e34c248f5138f7eef4" and "a3a736e64bad5527f051855ec798f1f4f8d665cb" have entirely different histories.

10 changed files with 109 additions and 636 deletions

View File

@ -7,10 +7,6 @@
name: Data
on:
release:
types:
- created
workflow_dispatch:
inputs:
push:
@ -72,7 +68,7 @@ jobs:
python scripts/func.py getmodules -w "rr/ws" -j "docs/modules.json" -x "docs/modules.xlsx"
- name: Upload to Artifacts
if: success()
if: success() && inputs.push == false
uses: actions/upload-artifact@v4
with:
name: addons
@ -82,10 +78,9 @@ jobs:
retention-days: 5
- name: Check and Push
if: success() && (inputs.push == true || github.event.action == 'created')
if: success() && inputs.push == true
run: |
echo "Git push ..."
git checkout main
git pull
status=$(git status -s | grep -E "docs" | awk '{printf " %s", $2}')
if [ -n "${status}" ]; then

View File

@ -1 +1 @@
24.4.7
24.4.6

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -201,7 +201,6 @@ else
COUNT=$((${COUNT} + 1))
echo -n "."
sleep 1
/etc/init.d/S41dhcpcd restart >/dev/null 2>&1 || true
done
echo "$(TEXT "Waiting IP.")"
for N in ${ETHX}; do

View File

@ -1,4 +1,4 @@
RR_VERSION="24.4.7"
RR_VERSION="24.4.6"
RR_TITLE="RR v${RR_VERSION}"
# Define paths

View File

@ -146,7 +146,6 @@ while [ ${COUNT} -lt 30 ]; do
COUNT=$((${COUNT} + 1))
echo -n "."
sleep 1
/etc/init.d/S41dhcpcd restart >/dev/null 2>&1 || true
done
echo "$(TEXT "Waiting IP.")"
for N in ${ETHX}; do

View File

@ -1 +1 @@
24.4.7
24.4.6