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