Enter PortValhalla before the installation

This commit is contained in:
Manuel Thalmann 2024-07-13 17:28:30 +02:00
parent 434da07c1b
commit 44bc1d7d1b

View file

@ -32,6 +32,7 @@ begin
and begin
set -l script (string escape (getCloneFile (getInstallerScript)))
printf %s\n \
"cd $PROJECT_CLONE_ROOT" \
"export CONFIG_MODULE=$(string escape (getCloneFile "$CONFIG_MODULE"))" \
"export INSTALLER_SCRIPT=$script" \
"$script"