From 23ca8b3df11fe3ea7dc01dfc8a954917ede91db8 Mon Sep 17 00:00:00 2001 From: computer Date: Wed, 10 Nov 2021 12:33:28 -0500 Subject: [PATCH] f --- hasql.nixc.us/user-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql.nixc.us/user-data.sh b/hasql.nixc.us/user-data.sh index 3aa19d4..332079e 100644 --- a/hasql.nixc.us/user-data.sh +++ b/hasql.nixc.us/user-data.sh @@ -1,7 +1,7 @@ -#!/bin/bash +#!/usr/bin/env bash ## digitalocean-user-data sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns ## digitalocean-user-data@nixc.us -## bash <(curl -s https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/do-userdata/raw/branch/master/hasql.nixc.us/user-data.sh) +## source <(curl -s https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/do-userdata/raw/branch/master/hasql.nixc.us/user-data.sh) export HOSTNAME=$(curl -s http://169.254.169.254/metadata/v1/hostname) echo $HOSTNAME > /etc/hostname