diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 13:05:40 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 13:05:40 +0100 |
commit | 3cf6892afabeec8a816c205889e4cff36377dc43 (patch) | |
tree | 9d1d95200f47ca7209dad5677ea908cca53db2f0 /bin | |
parent | ecd72540407571e85aefc306638da6338e92ac52 (diff) | |
download | archinstall-3cf6892afabeec8a816c205889e4cff36377dc43.tar archinstall-3cf6892afabeec8a816c205889e4cff36377dc43.tar.zst archinstall-3cf6892afabeec8a816c205889e4cff36377dc43.zip |
Bugfix for not created /etc/archinstall folder.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/first_stage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 0dea6f0..1928386 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -31,6 +31,7 @@ LOG_FILE_PATH=$3 CONFIG_FILE_PATH=$4 +mkdir $(dirname "$CONFIG_FILE_PATH") touch $CONFIG_FILE_PATH python $2/bin/write_config.py $CONFIG_FILE_PATH disk=$(python $2/bin/get_config_string.py $CONFIG_FILE_PATH "disk") |