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
c18d1024
Commit
c18d1024
authored
Apr 05, 2013
by
Axel ROGER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't log "manual launch of update_domain" if we don't do it...
parent
0a5856e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/inotify_update_domains.sh
src/inotify_update_domains.sh
+8
-4
No files found.
src/inotify_update_domains.sh
View file @
c18d1024
...
...
@@ -4,7 +4,11 @@
.
/etc/alternc/local.sh
test
-x
/usr/bin/logger
&&
/usr/bin/logger
-t
ALTERNC Panel manual launch update_domain
test
-e
"
$INOTIFY_UPDATE_DOMAIN
"
&&
/usr/lib/alternc/update_domains.sh
LOGGER
=
"/usr/bin/logger"
if
[
-e
"
$INOTIFY_UPDATE_DOMAIN
"
]
;
then
if
[
-x
"
$LOGGER
"
]
;
then
$LOGGER
-t
ALTERNC Panel manual launch update_domain
fi
/usr/lib/alternc/update_domains.sh
fi
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