Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Safranil
Script
Commits
806352ce
Commit
806352ce
authored
Dec 10, 2014
by
David Cachau
Browse files
Correction des répertoires de Bind
parent
3016e23f
Changes
1
Hide whitespace changes
Inline
Side-by-side
migrateip.bash
View file @
806352ce
...
...
@@ -72,8 +72,6 @@ spécifiés
\e
[1m
\e
[33m--bind
\e
[0m
Mettre à jour les fichiers de configuration de Bind,
le répertoire suivant est pris en charge :
/etc/bind9
/etc/bind8
/etc/bind
/var/named
\e
[1m
\e
[33m--dir=
\e
[0m
...
...
@@ -169,7 +167,7 @@ do
path
=
""
run
=
1
;
for
i
in
"/etc/bind9"
"/etc/bind8"
"/etc/bind"
"/var/named"
for
i
in
"/etc/bind"
"/var/named"
do
if
[[
-d
$i
]]
&&
[[
-r
$i
]]
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment