Merge pull request #1699 from HiroseKoichi/release

Use `#!/usr/bin/env bash` instead of `#!/bin/bash` in `start.sh` so that non-standard distros can run it OOTB
This commit is contained in:
Cohee 2024-01-15 20:49:39 +02:00 committed by GitHub
commit 044bd149cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if ! command -v npm &> /dev/null
then