mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Don't like the install log, get rid of for now
This commit is contained in:
parent
5e29fdf3fb
commit
1cada67979
1 changed files with 1 additions and 5 deletions
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
|
|
||||||
######## VARIABLES #########
|
######## VARIABLES #########
|
||||||
tmpLog=/tmp/pivpn-install.log
|
|
||||||
instalLogLoc=/etc/pivpn/install.log
|
|
||||||
|
|
||||||
pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
||||||
pivpnFilesDir="/etc/.pivpn"
|
pivpnFilesDir="/etc/.pivpn"
|
||||||
|
@ -1035,10 +1033,8 @@ chooseUser
|
||||||
unattendedUpgrades
|
unattendedUpgrades
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
installPiVPN | tee ${tmpLog}
|
installPiVPN
|
||||||
|
|
||||||
# Move the install log into /etc/pivpn for storage
|
|
||||||
$SUDO mv ${tmpLog} ${instalLogLoc}
|
|
||||||
|
|
||||||
displayFinalMessage
|
displayFinalMessage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue