epc: fix example usage text in the srsepc_if_masq.sh script

master
Piotr Gawlowicz 2 years ago committed by Andre Puschmann
parent 9d6385c84f
commit 51fdfa334d

@ -14,7 +14,7 @@ sudo -v || exit
#Check if outbound interface was specified
if [ ! $# -eq 1 ]
then
echo "Usage :'sudo ./if_masq.sh <Interface Name>' "
echo "Usage :'sudo ./srsepc_if_masq.sh <Interface Name>' "
exit
fi

Loading…
Cancel
Save