diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 3679eef8..057cadf5 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -62,7 +62,13 @@ function runSetup and begin set -l script (string escape (getCloneFile (getInstallerScript))) - wrapScript "INSTALLER_SCRIPT=$(string escape "$script") $script" + + wrapScript ( + string join " " \ + "INSTALLER_SCRIPT=$(string escape "$script")" \ + "CONFIG_NAME=$(string escape "$CONFIG_NAME")" \ + (string escape $script)) + end | runChroot "$mountDir" tee /root/.bash_profile > /dev/null and echo "Setup finished!"