From 603da3ca8df54a4931daf203baea713f6fbb03f3 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 21 Jan 2025 06:54:06 -0700 Subject: [PATCH] common: Adjust fstab function --- usr/local/share/bastille/common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 7db2baf6..583bafb0 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -213,7 +213,9 @@ target_all_jails() { export JAILS } -update_fstab() { +# Moving fstab function to common.sh +# Not in use yet, so keeping the name different +update_fstab_new() { local _oldname="${1}" local _newname="${2}" local _fstab="${bastille_jailsdir}/${_newname}/fstab"