Fix DEBUG messages indentation
This commit is contained in:
parent
6f67529e95
commit
c21a895747
|
@ -313,6 +313,7 @@ mv -f -- "${filepl}" "${dir1}"
|
|||
#### CRÉATION DE L’UTILISATEUR BACKUPPC ####
|
||||
[[ "${DEBUG}" == "0" ]] && printf '\e[1;35m%-6s\e[m\n' "DEBUG : Partie - Création du compte backuppc"
|
||||
homebackuppc='/var/lib/backuppc'
|
||||
[[ "${DEBUG}" == "0" ]] && printf '\e[1;33m%-6s\e[m\n' "DEBUG : Création de l'utilisateur backuppc (homebackuppc=${homebackuppc}) avec des droits sur l'utilisateur ${usr}."
|
||||
AddUserBackuppc "${input_login}" "${homebackuppc}"
|
||||
mkdir -p -- "${homebackuppc}"/.ssh
|
||||
[[ "${DEBUG}" == "0" ]] && printf '\e[1;33m%-6s\e[m\n' "DEBUG : Création du répertoire .ssh de l'utilisateur : ${homebackuppc}/.ssh"
|
||||
|
|
Loading…
Reference in New Issue