summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcomponents/9990-vyos.sh2
1 files changed, 1 insertions, 1 deletions
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