Merge branch 'master' of git.oopen.de:script/manage-gw-config
This commit is contained in:
commit
d2f51a69ed
@ -58,8 +58,15 @@ _network=$1
|
|||||||
homedir_user=`eval realpath ~$user`
|
homedir_user=`eval realpath ~$user`
|
||||||
|
|
||||||
_dir=${_network}-config
|
_dir=${_network}-config
|
||||||
|
|
||||||
|
|
||||||
|
# - Delete existing Backup directory, to avoid having old (unused) files from
|
||||||
|
# - earlier configurations
|
||||||
|
#
|
||||||
|
rm -rf ${homedir_user}/${_dir}
|
||||||
mkdir -p ${homedir_user}/${_dir}
|
mkdir -p ${homedir_user}/${_dir}
|
||||||
|
|
||||||
|
|
||||||
# - Nameserver Bind
|
# - Nameserver Bind
|
||||||
# - /etc/bind/*
|
# - /etc/bind/*
|
||||||
# -
|
# -
|
||||||
|
Loading…
Reference in New Issue
Block a user