mirror of
https://github.com/karakeep-app/karakeep.git
synced 2026-01-09 07:44:58 +08:00
fix: fix dev script shebang for better compatibility (#2019)
This commit is contained in:
parent
f1e8cea21c
commit
dcddda5653
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Function to check if a command exists
|
||||
command_exists() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user