From 5b5129f1bcf4818804a3d8e0e2a9ce2a51066b45 Mon Sep 17 00:00:00 2001 From: EWouters Date: Tue, 14 Mar 2017 14:26:22 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20cp:=20cannot=20stat=20=E2=80=98/tmp/pivp?= =?UTF-8?q?nINT=E2=80=99:=20No=20such=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_install/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_install/install.sh b/auto_install/install.sh index 008b429..7dfcf30 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -1258,6 +1258,8 @@ main() { # Source ${setupVars} for use in the rest of the functions. source ${setupVars} + echo "${pivpnInterface}" > /tmp/pivpnINT + # Only try to set static on Raspbian if [[ $PLAT != "Raspbian" ]]; then echo "::: IP Information"