mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Fix script path
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
source ./bootstrap
|
||||
source "$(dirname -- "$0")/bootstrap"
|
||||
exec ./firezone eval FzHttp.Release.create_api_token
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
source ./bootstrap
|
||||
source "$(dirname -- "$0")/bootstrap"
|
||||
exec ./firezone eval FzHttp.Release.create_admin_user
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
source ./bootstrap
|
||||
source "$(dirname -- "$0")/bootstrap"
|
||||
exec ./firezone eval FzHttp.Release.migrate
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
source ./bootstrap
|
||||
source "$(dirname -- "$0")/bootstrap"
|
||||
|
||||
./firezone eval FzHttp.Release.migrate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user