diff --git a/contents/run-script b/contents/run-script index bbfeb9d..2b2dc2a 100644 --- a/contents/run-script +++ b/contents/run-script @@ -10,5 +10,5 @@ cat > "$SCRIPT" <<< "$RD_CONFIG_SCRIPT" # Make the script executable chmod +x "$SCRIPT" # Execute the script with arguments -exec "$SCRIPT" "${RD_CONFIG_ARGUMENTS:-}" -# Done \ No newline at end of file +exec "$SCRIPT" ${RD_CONFIG_ARGUMENTS:-} +# Done