This commit is contained in:
Michael Stanclift 2020-05-29 14:19:07 -05:00
parent 711ad97979
commit affe98e82a

View File

@ -300,7 +300,8 @@ function push_gs {
MESSAGE="Setting Ownership on ${CUSTOM_DNS}"
echo_stat
${SSHPASSWORD} ssh -p ${SSH_PORT} -i "$HOME/${SSH_PKIF}" ${REMOTE_USER}@${REMOTE_HOST} "sudo chown root:root ${PIHOLE_DIR}/${CUSTOM_DNS}" >/dev/null 2>&1
error_validate
error_validate
fi
fi
MESSAGE="Contacting Borg Collective"
@ -319,7 +320,7 @@ function push_gs {
logs_export
exit_withchange
}
function restore_gs {