Commit 4d3e0560 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install script

parent 25557386
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -3,10 +3,10 @@
set -e
set -e
set -vx
set -vx


if [ $# != 3 ]
if [ $# != 2 ]
then
then
    echo "Usage: sudo install.sh <VENDOR VPN Login> <VENDOR VPN password>"
    echo "Usage: sudo install.sh <VENDOR VPN Login> <VENDOR VPN password>"
    echo "E.g. ./install.sh yann.garcia@fscom.fr 1234567"
    echo "E.g. sudo HOME_BIN=$HOME_BIN HOME_LIB=$HOME_LIB HOME_INC=$HOME_INC ./install.sh yann.garcia@fscom.fr 123456"
   exit -1
   exit -1
fi
fi