Files
NetAlertX/install/production-filesystem/build/init-backend.sh
2025-09-27 21:58:00 -04:00

5 lines
122 B
Bash

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