mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 11:20:15 +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 #########
|
||||
tmpLog=/tmp/pivpn-install.log
|
||||
instalLogLoc=/etc/pivpn/install.log
|
||||
|
||||
pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
||||
pivpnFilesDir="/etc/.pivpn"
|
||||
|
@ -1035,10 +1033,8 @@ chooseUser
|
|||
unattendedUpgrades
|
||||
|
||||
# Install
|
||||
installPiVPN | tee ${tmpLog}
|
||||
installPiVPN
|
||||
|
||||
# Move the install log into /etc/pivpn for storage
|
||||
$SUDO mv ${tmpLog} ${instalLogLoc}
|
||||
|
||||
displayFinalMessage
|
||||
|
||||
|
|
Loading…
Reference in a new issue