From c016bc0667f3b2679c5bc34240569e04e353d6c1 Mon Sep 17 00:00:00 2001 From: Roman Marchenko Date: Wed, 15 Feb 2023 13:51:46 +0100 Subject: [PATCH] Blank line removal --- usr/local/share/bastille/rename.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/share/bastille/rename.sh b/usr/local/share/bastille/rename.sh index 6b9ad75e..e48aa7c2 100644 --- a/usr/local/share/bastille/rename.sh +++ b/usr/local/share/bastille/rename.sh @@ -71,7 +71,6 @@ update_jailconf() { # Rename vnet interface sed -i '' "/vnet.interface/s|_${TARGET}\";|_${NEWNAME}\";|" "${JAIL_CONFIG}" sed -i '' "/ifconfig/s|_${TARGET}|_${NEWNAME}|" "${JAIL_CONFIG}" - fi fi }