From b8a4442c898727eaf7def8c42ee850fbb9dd60be Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: Tue, 15 Nov 2022 13:52:14 +0800 Subject: T4815: ip-up/down scripts needs the executable bit ip-up/down scripts added in https://github.com/vyos/vyos-1x/pull/1656 need the executable bit. --- src/etc/ppp/ip-down.d/98-vyos-pppoe-cleanup-nameservers | 0 src/etc/ppp/ip-up.d/98-vyos-pppoe-setup-nameservers | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/etc/ppp/ip-down.d/98-vyos-pppoe-cleanup-nameservers mode change 100644 => 100755 src/etc/ppp/ip-up.d/98-vyos-pppoe-setup-nameservers (limited to 'src/etc/ppp') diff --git a/src/etc/ppp/ip-down.d/98-vyos-pppoe-cleanup-nameservers b/src/etc/ppp/ip-down.d/98-vyos-pppoe-cleanup-nameservers old mode 100644 new mode 100755 diff --git a/src/etc/ppp/ip-up.d/98-vyos-pppoe-setup-nameservers b/src/etc/ppp/ip-up.d/98-vyos-pppoe-setup-nameservers old mode 100644 new mode 100755 -- cgit v1.2.3