summaryrefslogtreecommitdiff
path: root/new_archinstall.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-10-13 14:13:21 +0200
committerxengineering <mail2xengineering@protonmail.com>2019-10-13 14:13:21 +0200
commitdb9decc0f0450657d4e45aa7fe5bc15fe0292a74 (patch)
tree30b36ddf1abc9a5f19000ab7efe1cdc3b9212528 /new_archinstall.sh
parent5119563581a64cebaf8011380b6706ee7eb822b3 (diff)
downloadarchinstall-db9decc0f0450657d4e45aa7fe5bc15fe0292a74.tar
archinstall-db9decc0f0450657d4e45aa7fe5bc15fe0292a74.tar.zst
archinstall-db9decc0f0450657d4e45aa7fe5bc15fe0292a74.zip
Test run for config in new_archinstall.sh.
Diffstat (limited to 'new_archinstall.sh')
-rw-r--r--new_archinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/new_archinstall.sh b/new_archinstall.sh
index f231dfd..bdfc500 100644
--- a/new_archinstall.sh
+++ b/new_archinstall.sh
@@ -117,7 +117,8 @@ output "Generating config ..."
script_path=$SCRIPT_BASE_PATH
script_path+="config_writer.py"
-python $script_path $LOG_FILE_PATH
+python $script_path $LOG_FILE_PATH $CONFIG_FILE_PATH
+output "Generated config - OK"
# Generate new system ...