From 0e93832a302151ef5d8b704a97aa0fae43ef7d3d Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 10 Feb 2020 14:10:00 -0400 Subject: [PATCH] Minor change, update comment --- usr/local/share/bastille/rename.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/local/share/bastille/rename.sh b/usr/local/share/bastille/rename.sh index f0838398..8e08ba0e 100644 --- a/usr/local/share/bastille/rename.sh +++ b/usr/local/share/bastille/rename.sh @@ -72,8 +72,7 @@ update_jailconf() { } update_fstab() { - # Update fstab .bastille mountpoint on thin containers only - # Set some variables + # Update fstab to use the new name FSTAB_CONFIG="${bastille_jailsdir}/${NEWNAME}/fstab" FSTAB_RELEASE=$(grep -owE '([1-9]{2,2})\.[0-9](-RELEASE|-RC[1-2]|-stable-build-[0-9]{1,3})' ${FSTAB_CONFIG}) FSTAB_CURRENT=$(grep -w ".*/releases/.*/jails/${TARGET}/root/.bastille" ${FSTAB_CONFIG})