diff options
author | Anthony Wang | 2022-01-13 18:56:32 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-13 18:56:32 -0600 |
commit | 1b0984f6d233912326010712300c261f4e24123c (patch) | |
tree | 2a38d8b5946897eb99d36ad3000155b8c48a622f | |
parent | d6d9f3056261cf6a7f3306e163de125d7039e925 (diff) |
Complete bash path in run script
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash # Environment variable export NEXT_PUBLIC_BACK_HOST='https://server.exozy.me' |