Skip to content

Commit 5799a71

Browse files
authored
Adjust path to prevent restart issues. (hestiacp#4500)
1 parent f61bd20 commit 5799a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-restart-dns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ else
6363
fi
6464

6565
if [ ! -e "/usr/sbin/named-checkconf" ]; then
66-
ln -s "$(which named-checkconf)" /sbin/named-checkconf
66+
ln -s "$(which named-checkconf)" /usr/sbin/named-checkconf
6767
fi
6868

6969
/usr/sbin/named-checkconf "$dns_conf" > /dev/null 2>&1

0 commit comments

Comments
 (0)