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/unmount_filesystems.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/unmount_filesystems.sh')
-rw-r--r-- | util/unmount_filesystems.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/unmount_filesystems.sh b/util/unmount_filesystems.sh index ad7ca26..95d7101 100644 --- a/util/unmount_filesystems.sh +++ b/util/unmount_filesystems.sh @@ -19,6 +19,4 @@ cd /root && umount $root_partition_path -echo "Unmounted root partition - OK" -sleep $DELAY -echo "" +echo "Unmounted filesystems - OK" |