diff --git a/update.sh b/update.sh index abbda96..3f10bb4 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DIRDIR="/var/www/explorer.hush.land/var/www/explorer.hush.land" DIR="/var/www/explorer.hush.land" diff --git a/var/www/explorer.hush.land/update_api.sh b/var/www/explorer.hush.land/update_api.sh index a01df5e..f59960d 100644 --- a/var/www/explorer.hush.land/update_api.sh +++ b/var/www/explorer.hush.land/update_api.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DIR=/var/www/explorer.hush.land/var/www/explorer.hush.land/api # TODO: remove IP info from getpeerinfo diff --git a/var/www/explorer.hush.land/update_explorer_data.sh b/var/www/explorer.hush.land/update_explorer_data.sh index 206596b..92dc99f 100644 --- a/var/www/explorer.hush.land/update_explorer_data.sh +++ b/var/www/explorer.hush.land/update_explorer_data.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cli=~/git/hush3/src/hush-cli diff --git a/var/www/explorer.hush.land/var/www/explorer.hush.land/update.sh b/var/www/explorer.hush.land/var/www/explorer.hush.land/update.sh index a6c80e2..64dfe51 100644 --- a/var/www/explorer.hush.land/var/www/explorer.hush.land/update.sh +++ b/var/www/explorer.hush.land/var/www/explorer.hush.land/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e