Skip to content
Snippets Groups Projects
Commit a1eda6e8 authored by Edileuton Henrique de Oliveira's avatar Edileuton Henrique de Oliveira
Browse files

windows-installer: Add script that generate the Windows installer package

parent 427ab39a
No related branches found
No related tags found
1 merge request!3Net Monitor
......@@ -56,10 +56,10 @@ printf "Creating conf files...\n"
# Create the proxy and inep files with all necessary proxy information, and its md5
echo "${INEP}" > "/tmp/${INEP}/inep"
echo "phost=$PHOST" > "/tmp/${INEP}/proxy"
echo "pport=$PPORT" >> "/tmp/${INEP}/proxy"
echo "puid=$PUID" >> "/tmp/${INEP}/proxy"
echo "ppasswd=$PPASSWD" >> "/tmp/${INEP}/proxy"
echo "$PHOST" > "/tmp/${INEP}/proxy"
echo "$PPORT" >> "/tmp/${INEP}/proxy"
echo "$PUID" >> "/tmp/${INEP}/proxy"
echo "$PPASSWD" >> "/tmp/${INEP}/proxy"
cd "/tmp/${INEP}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment