mirror of
https://github.com/hackacad/bastille.git
synced 2026-05-19 13:53:36 +02:00
common: Adjust fstab function
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user