diff options
| author | maya doshi <maya-doshi@proton.me> | 2025-10-11 08:40:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 13:40:39 +0100 |
| commit | dcddda56530b2cedf88d6dacf739ccb506fbfde0 (patch) | |
| tree | 94e2662e61b288ba82b8714f92a61e1f4e282922 /start-dev.sh | |
| parent | f1e8cea21cc822917cf2596916b01aad81c563f4 (diff) | |
| download | karakeep-dcddda56530b2cedf88d6dacf739ccb506fbfde0.tar.zst | |
fix: fix dev script shebang for better compatibility (#2019)
Diffstat (limited to 'start-dev.sh')
| -rwxr-xr-x | start-dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start-dev.sh b/start-dev.sh index 52f5a6d8..2ef047f8 100755 --- a/start-dev.sh +++ b/start-dev.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Function to check if a command exists command_exists() { |
