mirror of
https://github.com/pivpn/pivpn.git
synced 2025-01-31 16:59:48 +00:00
fix: cp: cannot stat ‘/tmp/pivpnINT’: No such file
This commit is contained in:
parent
f48225a8ee
commit
5b5129f1bc
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue