From bd49a76dc3a26570fea6722f7ee94688420dc9b4 Mon Sep 17 00:00:00 2001 From: Simponic Date: Tue, 31 Jan 2023 21:21:45 -0700 Subject: Set cookie, remove unnecessary expose's --- buildscripts/build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts') diff --git a/buildscripts/build/build.sh b/buildscripts/build/build.sh index 107de30..482a577 100755 --- a/buildscripts/build/build.sh +++ b/buildscripts/build/build.sh @@ -151,7 +151,7 @@ function build_server() { temp_file=$(mktemp) cp "${build_dir}/.env" $temp_file - printf "\nNODE_ID=$node_conn\nRELEASE_NODE=chessh@192.168.100.${node_id}\nRELEASE_DISTRIBUTION=name\n" >> $temp_file + printf "\nNODE_ID=$node_conn\nRELEASE_NODE=chessh@192.168.100.${node_id}\nRELEASE_DISTRIBUTION=name\nRELEASE_COOKIE=chessh\n" >> $temp_file scp $ssh_opts $temp_file $node_conn:~/.env cp "${build_dir}/chessh.service" $temp_file -- cgit v1.2.3-70-g09d2