aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-01-13 18:56:32 -0600
committerAnthony Wang2022-01-13 18:56:32 -0600
commit1b0984f6d233912326010712300c261f4e24123c (patch)
tree2a38d8b5946897eb99d36ad3000155b8c48a622f
parentd6d9f3056261cf6a7f3306e163de125d7039e925 (diff)
Complete bash path in run script
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index ece841b..fc27ef4 100755
--- a/run
+++ b/run
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/bash
# Environment variable
export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me'