mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-05-31 12:14:12 -04:00
fix: typo in dns cname permission change (#431)
This typo prevents gravity-sync from continuing and calculating hashes resulting in always considering there are changes to sync
This commit is contained in:
parent
ccb89624f7
commit
41732b7892
@ -1596,7 +1596,7 @@ function validate_custom_permissions {
|
||||
function validate_cname_permissions {
|
||||
MESSAGE="${UI_SET_LOCAL_FILE_OWNERSHIP} ${UI_CNAME_NAME}"
|
||||
echo_stat
|
||||
sudo chown ${LOCAL_FILE_OWNER}${LOCAL_DNSMASQ_DIRECTORY}/${PH_CNAME_CONF} >/dev/null 2>&1
|
||||
sudo chown ${LOCAL_FILE_OWNER} ${LOCAL_DNSMASQ_DIRECTORY}/${PH_CNAME_CONF} >/dev/null 2>&1
|
||||
error_validate
|
||||
|
||||
MESSAGE="${UI_SET_FILE_PERMISSION} ${UI_CNAME_NAME}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user