Skip to content

Commit

Permalink
Update guisttngs.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmanto authored Feb 17, 2017
1 parent 84b920e commit 83c758f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guisttngs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ if($hostinfo) {
$hostinfo = "no"
}

"[defaults]" | Out-File ".\bang.ini"
"hostinfo=$hostinfo" | Out-File ".\bang.ini" -Append
"source=$dwnldsrc" | Out-File ".\bang.ini" -Append
"[defaults]" | Out-File -FilePath ".\bang.ini" -Encoding ASCII
"hostinfo=$hostinfo" | Out-File -FilePath ".\bang.ini" -Encoding ASCII -Append
"source=$dwnldsrc" | Out-File -FilePath ".\bang.ini" -Encoding ASCII -Append

exit 0

0 comments on commit 83c758f

Please sign in to comment.