changes to the bakcup

This commit is contained in:
2026-07-17 15:46:42 +02:00
parent f45988d0e7
commit 3f9fae10af
5 changed files with 94 additions and 86 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ jobs:
EOF
# Copy runtime scripts and config if present
for f in start.sh stop.sh restart.sh backup.sh config.json update.sh; do
for f in start.sh stop.sh restart.sh backup.sh restore.sh config.json update.sh; do
if [ -f "$f" ]; then
cp "$f" "release-bundle/$(basename "$f")"
fi