From acea7eb6cb007b5a3554d5874a25fa9c8e469a51 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 9 Aug 2016 11:22:52 +0200 Subject: Update 9990-vyos.sh Error in if statement, this caused configuration to be overwritten on boot. --- components/9990-vyos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/9990-vyos.sh b/components/9990-vyos.sh index 4306443..77d974f 100755 --- a/components/9990-vyos.sh +++ b/components/9990-vyos.sh @@ -20,7 +20,7 @@ Vyos () if [ -d /root/opt/vyatta/etc/config ] then - if [ -d ${unioncfgpath}/config + if [ -d ${unioncfgpath}/config ] then mount -o bind ${unioncfgpath}/config /root/opt/vyatta/etc/config else -- cgit v1.2.3