mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Fineto
This commit is contained in:
parent
711ad97979
commit
affe98e82a
@ -300,7 +300,8 @@ function push_gs {
|
|||||||
MESSAGE="Setting Ownership on ${CUSTOM_DNS}"
|
MESSAGE="Setting Ownership on ${CUSTOM_DNS}"
|
||||||
echo_stat
|
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
|
${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
|
fi
|
||||||
|
|
||||||
MESSAGE="Contacting Borg Collective"
|
MESSAGE="Contacting Borg Collective"
|
||||||
@ -319,7 +320,7 @@ function push_gs {
|
|||||||
|
|
||||||
logs_export
|
logs_export
|
||||||
exit_withchange
|
exit_withchange
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function restore_gs {
|
function restore_gs {
|
||||||
|
Loading…
Reference in New Issue
Block a user