||
This commit is contained in:
parent
1813a03803
commit
013d3bb8f3
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -442,7 +442,7 @@ cd_list_working_directory () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_set_https_verification_off () {
|
cd_set_https_verification_off () {
|
||||||
if [ "${CD_CA}" -o "${CD_PM}" = "${CD_PM_APT}" ] ; then
|
if [ "${CD_CA}" ] || [ "${CD_PM}" = "${CD_PM_APT}" ] ; then
|
||||||
cd_step "Set HTTPS verification off"
|
cd_step "Set HTTPS verification off"
|
||||||
cd_mkdir "$(dirname "${CD_PM_HTTPS_PATH}")"
|
cd_mkdir "$(dirname "${CD_PM_HTTPS_PATH}")"
|
||||||
cd_write "${CD_PM_HTTPS_PATH}" "${CD_PM_HTTPS_TEXT}"
|
cd_write "${CD_PM_HTTPS_PATH}" "${CD_PM_HTTPS_TEXT}"
|
||||||
|
|
Loading…
Reference in a new issue