Improve accounts copy notification
This commit is contained in:
parent
8fb53f65b2
commit
b1b1240b04
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -672,7 +672,7 @@ deploy () {
|
|||
# If backup_user_accounts is enabled automatically perform a backup
|
||||
if [[ $backup_user_accounts -eq 1 ]]; then
|
||||
|
||||
printf '\e[1;34m-->\e[0m\e[1m Copying user account files if changed\e[0m\n'
|
||||
printf '\e[1;34m-->\e[0m\e[1m Copying user account files to overlay if changed\e[0m\n'
|
||||
|
||||
for file in passwd shadow group; do
|
||||
if ! cmp --silent $arkdep_dir/overlay/etc/$file /etc/$file; then
|
||||
|
|
Loading…
Add table
Reference in a new issue