Skip to content

Commit 89aba3b

Browse files
fix: Make deploy script work across more systems
Using /usr/bin/env to find the bash interpreter is a standard pattern, and will work across more systems than hardcoding the path.
1 parent c479654 commit 89aba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# fix permissions on local dirs
44
chmod 777 ./auditlogs

0 commit comments

Comments
 (0)