mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
NO_DETECT_SH
This commit is contained in:
parent
e4f67c626a
commit
641989fdee
2
acme.sh
2
acme.sh
@ -1951,6 +1951,7 @@ install() {
|
|||||||
|
|
||||||
installcronjob
|
installcronjob
|
||||||
|
|
||||||
|
if [ -z "$NO_DETECT_SH" ] ; then
|
||||||
#Modify shebang
|
#Modify shebang
|
||||||
if _exists bash ; then
|
if _exists bash ; then
|
||||||
_info "Good, bash is installed, change the shebang to use bash as prefered."
|
_info "Good, bash is installed, change the shebang to use bash as prefered."
|
||||||
@ -1962,6 +1963,7 @@ install() {
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
_info OK
|
_info OK
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user