Browse Source

updated shebang for better multi system support

master
jahway603 2 years ago
parent
commit
778df62883
  1. 2
      update.sh
  2. 2
      var/www/explorer.hush.land/update_api.sh
  3. 2
      var/www/explorer.hush.land/update_explorer_data.sh
  4. 2
      var/www/explorer.hush.land/var/www/explorer.hush.land/update.sh

2
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"

2
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

2
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

2
var/www/explorer.hush.land/var/www/explorer.hush.land/update.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

Loading…
Cancel
Save