diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2019-10-13 14:27:33 +0200 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2019-10-13 14:27:33 +0200 |
| commit | 625292b9f9249101685236babce9c6c0ffb956ca (patch) | |
| tree | 8ca9ef79ec721e471bbfbe6dd67fed527cdb082c | |
| parent | b03c293b1efd73e11c55ad39fc86169e90ca3059 (diff) | |
| download | archinstall-625292b9f9249101685236babce9c6c0ffb956ca.tar archinstall-625292b9f9249101685236babce9c6c0ffb956ca.tar.zst archinstall-625292b9f9249101685236babce9c6c0ffb956ca.zip | |
Bugfix for test.
| -rw-r--r-- | new_archinstall.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/new_archinstall.sh b/new_archinstall.sh index 959ab63..90ddcf8 100644 --- a/new_archinstall.sh +++ b/new_archinstall.sh @@ -119,7 +119,8 @@ output "Generating config ..." script_path=$SCRIPT_BASE_PATH script_path+="config_writer.py" - +mkdir CONFIG_FILE_FOLDER_PATH +touch CONFIG_FILE_PATH python $script_path $LOG_FILE_PATH $CONFIG_FILE_PATH output "Generated config - OK" |
