diff --git a/src/dragonx-cli b/src/dragonx-cli index e9a05aa4b..e4e58d15e 100755 --- a/src/dragonx-cli +++ b/src/dragonx-cli @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2016-2022 The Hush Developers # Copyright 2022 The DragonX Developers # Released under the GPLv3 diff --git a/src/dragonxd b/src/dragonxd index bfca8810d..883e20f3a 100755 --- a/src/dragonxd +++ b/src/dragonxd @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2016-2022 The Hush Developers # Copyright 2022 The DragonX Developers # Released under the GPLv3