Files
NetAlertX/install/production-filesystem/build/init-backend.sh
jokob-sk 6a20128960
Some checks failed
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled
BE: install refactor work
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
2025-10-22 07:48:50 +11:00

5 lines
122 B
Bash
Executable File

#!/bin/bash
echo "Initializing backend..."
# Future backend initialization steps can go here.
echo "Backend initialized."