From 1289c0c17c38048b3f3fa18ff4a0f5a3d3533fdd Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 12 Oct 2016 15:49:43 -0300 Subject: Remove all calls to conf_mount_r* functions --- src/etc/rc.backup_dhcpleases.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/etc/rc.backup_dhcpleases.sh') diff --git a/src/etc/rc.backup_dhcpleases.sh b/src/etc/rc.backup_dhcpleases.sh index 73f83a8..7a8e741 100755 --- a/src/etc/rc.backup_dhcpleases.sh +++ b/src/etc/rc.backup_dhcpleases.sh @@ -2,7 +2,5 @@ # Save the DHCP lease database to the config path. if [ -d "/var/dhcpd/var/db" ]; then - /etc/rc.conf_mount_rw cd / && tar -czf /cf/conf/dhcpleases.tgz -C / var/dhcpd/var/db/ - /etc/rc.conf_mount_ro fi -- cgit v1.1