From b5c992b9b3a0724270d26980cf87a659105cfa53 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Mon, 11 Dec 2023 22:23:06 +0100 Subject: [PATCH] Notify on copy overlay --- arkdep-build | 1 + 1 file changed, 1 insertion(+) diff --git a/arkdep-build b/arkdep-build index a68c486..a9b2d5a 100755 --- a/arkdep-build +++ b/arkdep-build @@ -127,6 +127,7 @@ if [[ $type == 'archlinux' ]]; then # If overlay directory exists in variant copy it's contents to the temporary subvolume if [[ -d $configs_dir/$variant/overlay ]]; then + printf '\e[1;34m-->\e[0m\e[1m Copying overlay to root\e[0m\n' cp -rv $configs_dir/$variant/overlay/* $workdir/ fi