Skip to content

Commit b4c28a8

Browse files
authored
Merge pull request #36 from nextcloud/chore/update-start.sh
chore: update start.sh script from skeleton repo
2 parents 78505b6 + 1a454a2 commit b4c28a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

exapps_dev/start.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ if [ -f /frpc.toml ] && [ -n "$HP_SHARED_KEY" ]; then
6060
frpc -c /frpc.toml &
6161
fi
6262

63-
# Start the main application (adjust it for your ExApp)
64-
echo "Starting main application..."
65-
exec python3 main.py
63+
# Start the main application (launch cmd for ExApp is an argument for this script)
64+
echo "Starting application: $@"
65+
exec "$@"

0 commit comments

Comments
 (0)