diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-14 17:35:59 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-14 17:35:59 +0100 |
commit | 9c3854fc72d16c7a819cd74e93dda56e6805cc21 (patch) | |
tree | dc0260e0b527295dd9356c2d451aff9e2e96caee /util/copy_archinstall_log.sh | |
parent | 64f55d5c08d0914d359e46d5ce5caa86ca14db3f (diff) | |
download | archinstall-9c3854fc72d16c7a819cd74e93dda56e6805cc21.tar archinstall-9c3854fc72d16c7a819cd74e93dda56e6805cc21.tar.zst archinstall-9c3854fc72d16c7a819cd74e93dda56e6805cc21.zip |
Reduced code in new util scripts.
Diffstat (limited to 'util/copy_archinstall_log.sh')
-rw-r--r-- | util/copy_archinstall_log.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/copy_archinstall_log.sh b/util/copy_archinstall_log.sh index 845e26c..1c5f3af 100644 --- a/util/copy_archinstall_log.sh +++ b/util/copy_archinstall_log.sh @@ -20,3 +20,5 @@ mkdir /mnt$(dirname "$CONFIG_FILE_PATH") cp $CONFIG_FILE_PATH /mnt$CONFIG_FILE_PATH + +echo "Copied archinstall log - OK" |