We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9cee7 commit 2dbf23cCopy full SHA for 2dbf23c
zfs-replicate.sh
@@ -554,7 +554,6 @@ main() {
554
}
555
556
## process config and start main if we weren't sourced
557
-if [ "$SCRIPT" != "sh" ] && [ "$SCRIPT" != "dash" ] && [ "$SCRIPT" != "-bash" ] &&
558
- [ "$(expr "$SCRIPT" : 'zfs-replicate')" -gt 0 ]; then
+if [ "$(expr "$SCRIPT" : 'zfs-replicate')" -gt 0 ]; then
559
loadConfig "$@" && main 2>&1 | captureOutput
560
fi
0 commit comments