We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78505b6 + 1a454a2 commit b4c28a8Copy full SHA for b4c28a8
1 file changed
exapps_dev/start.sh
@@ -60,6 +60,6 @@ if [ -f /frpc.toml ] && [ -n "$HP_SHARED_KEY" ]; then
60
frpc -c /frpc.toml &
61
fi
62
63
-# Start the main application (adjust it for your ExApp)
64
-echo "Starting main application..."
65
-exec python3 main.py
+# Start the main application (launch cmd for ExApp is an argument for this script)
+echo "Starting application: $@"
+exec "$@"
0 commit comments