Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
d7f9155d
Commit
d7f9155d
authored
May 17, 2006
by
Antoine Beaupré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rendre apachectl silencieux, autrement on voit des messages à chaque invocation
parent
0c1308c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/update_domains.sh
src/update_domains.sh
+1
-1
No files found.
src/update_domains.sh
View file @
d7f9155d
...
...
@@ -552,7 +552,7 @@ if [ ! -z "$RELOAD_ZONES" ]; then
rndc reload
"
$zone
"
||
echo
"Cannot reload bind for zone
$zone
"
>>
"
$DOMAIN_LOG_FILE
"
done
fi
apachectl graceful
||
echo
"Cannot restart apache"
>>
"
$DOMAIN_LOG_FILE
"
apachectl graceful
>
/dev/null
||
echo
"Cannot restart apache"
>>
"
$DOMAIN_LOG_FILE
"
fi
# Cleanup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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