FIX - NAS DEPLOY: stabilize Tasker legacy rebuild

This commit is contained in:
DCCONSTRUCTIONS
2026-05-16 04:41:11 +03:00
parent 3b96a2613b
commit ae1e425974
7 changed files with 17 additions and 16 deletions
@@ -1,12 +1,9 @@
#!/bin/bash
#!/bin/sh
set -e
python manage.py wait_for_db
# Wait for migrations
python manage.py wait_for_migrations
# Create the default bucket
#!/bin/bash
# Collect system information
HOSTNAME=$(hostname)
MAC_ADDRESS=$(ip link show | awk '/ether/ {print $2}' | head -n 1)