[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 3/4] Fix syntax errors



From: Otavio Salvador <otavio@ossystems.com.br>

While preparing the changes we found a small set of syntax
errors. This patch fixes them.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 helpers/lh_confignetwork |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/helpers/lh_confignetwork b/helpers/lh_confignetwork
index 5cbde87..892020d 100755
--- a/helpers/lh_confignetwork
+++ b/helpers/lh_confignetwork
@@ -45,6 +45,7 @@ case "${1}" in
 		else
 			rm -f "${LIVE_CHROOT}"/etc/hosts
 		fi
+		;;
 
 	deapply-resolv)
 		# Restore resolver configuration


Reply to: