mirror of
https://github.com/juliengk/csf-post-docker.git
synced 2023-10-10 13:37:41 +02:00
Merge branch 'johnou-cron_update_path_fix'
This commit is contained in:
commit
0a003607d8
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
|
||||||
chain_exists() {
|
chain_exists() {
|
||||||
[ $# -lt 1 -o $# -gt 2 ] && {
|
[ $# -lt 1 -o $# -gt 2 ] && {
|
||||||
echo "Usage: chain_exists <chain_name> [table]" >&2
|
echo "Usage: chain_exists <chain_name> [table]" >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user