X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=backend%2Fumts;fp=backend%2Fumts;h=641b0012318d06d2a78b5ccd68f61f7e50af9fe7;hp=c52ce1066c6d97f5d550c56851fb672d8a880311;hb=64c386dd2f9413452721c7d8f53dbad30da6f6a8;hpb=abccf94bbe664e80a0104c0cd9fd9c6cae062f16 diff --git a/backend/umts b/backend/umts index c52ce10..641b001 100755 --- a/backend/umts +++ b/backend/umts @@ -9,7 +9,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin case "$1" in start) echo "Initializing the umts component..." - if init ; then echo "Done."; fi + if init_umts; then echo "Done."; fi ;; *)