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

This commit is contained in:
Piotr Gawlowicz 2022-06-03 11:09:54 +02:00 committed by Andre Puschmann
parent 9d6385c84f
commit 51fdfa334d
1 changed files with 1 additions and 1 deletions

View File

@ -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