Files
TSYSDevStack/Cloudron/CloudronPackages-Workspace/corteza/app/start.sh
TSYSDevStack Team 7e0542320b Add Cloudron package for consuldemocracy
Type: unknown
Generated: Wed Nov 12 07:19:29 PM EST 2025
2025-11-12 19:19:29 -05:00

5 lines
83 B
Bash
Executable File

#!/bin/sh
echo "Starting application..."
# Add your startup command here
exec "$@"