From 6a62d2ff26edd7fa5f7b3d3fbde0631ffcd51af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 28 May 2018 18:11:05 +0200 Subject: [PATCH] Contact the admin if error --- client/fix_backuppc_linux_sudo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/client/fix_backuppc_linux_sudo.sh b/client/fix_backuppc_linux_sudo.sh index 520505a..bd827f0 100755 --- a/client/fix_backuppc_linux_sudo.sh +++ b/client/fix_backuppc_linux_sudo.sh @@ -89,6 +89,7 @@ then then [ "${DEBUG}" -eq "0" ] && printf '\e[1;35m%-6s\e[m\n' "DEBUG : Second try — ${SUDOERS_LINE_REGEXP} was not found in sudo configuration." printf '\e[1;31m%-6s\e[m\n' "ERROR : The sudo configuration was not successfully modified." + printf '\e[1;31m%-6s\e[m\n' "ERROR : Please contact your administrator." exit "${ERROR}" fi fi