Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
811dce63
Unverified
Commit
811dce63
authored
Nov 30, 2021
by
Km
Committed by
GitHub
Nov 30, 2021
Browse files
Merge pull request #466 from AlternC/issue-424
add exit 1 to inotify scripts, goes around the serious incrond bug in debian
parents
05c581d2
6add7e4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/inotify_do_actions.sh
View file @
811dce63
...
@@ -13,3 +13,5 @@ if [ -e "$INOTIFY_DO_ACTION" ] ; then
...
@@ -13,3 +13,5 @@ if [ -e "$INOTIFY_DO_ACTION" ] ; then
/usr/lib/alternc/do_actions.php
/usr/lib/alternc/do_actions.php
rm
"
$INOTIFY_DO_ACTION
"
rm
"
$INOTIFY_DO_ACTION
"
fi
fi
exit
1
src/inotify_update_domains.sh
View file @
811dce63
...
@@ -13,3 +13,6 @@ if [ -e "$INOTIFY_UPDATE_DOMAIN" ] ; then
...
@@ -13,3 +13,6 @@ if [ -e "$INOTIFY_UPDATE_DOMAIN" ] ; then
/usr/lib/alternc/update_domains.sh
/usr/lib/alternc/update_domains.sh
rm
"
$INOTIFY_UPDATE_DOMAIN
"
rm
"
$INOTIFY_UPDATE_DOMAIN
"
fi
fi
exit
1
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