mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
break apart services, fix startup
This commit is contained in:
7
install/production-filesystem/services/check-app.sh
Normal file
7
install/production-filesystem/services/check-app.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# app-check.sh - Ensures /app/api/table_settings.json exists
|
||||
|
||||
if [ ! -f /app/api/table_settings.json ]; then
|
||||
mkdir -p /app/api
|
||||
echo -ne '{}' > /app/api/table_settings.json
|
||||
fi
|
||||
Reference in New Issue
Block a user