From c134246e4fbc07710e67ae6e7bc9ceaff7fb115a Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Mon, 26 Feb 2024 10:29:32 +0100 Subject: [PATCH] DEFAULT_HOST --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index f67733d..8025c43 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -47,6 +47,7 @@ ruby_version_path="$rbenv_install_dir/versions" # RBENV_ROOT is the directory of rbenv, it needs to be loaded as a environment variable. export RBENV_ROOT="$rbenv_install_dir" export rbenv_root="$rbenv_install_dir" +export DEFAULT_HOST="$domain" # Load the version of Ruby for an app, and set variables. #