gbproxy: Fix the NAME in the start script...

NAME is used by start-stop-daemon to stop the process.
diff --git a/debian/osmocom-gbproxy.init b/debian/osmocom-gbproxy.init
index 1894529..924f32d 100755
--- a/debian/osmocom-gbproxy.init
+++ b/debian/osmocom-gbproxy.init
@@ -13,7 +13,7 @@
 
 # PATH should only include /usr/* if it runs after the mountnfs.sh script
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
-NAME=osmocom-gbproxy                      # Introduce the short server's name here
+NAME=osmo-gbproxy                      # Introduce the short server's name here
 DESC="Osmocom GBProxy" # Introduce a short description here
 DAEMON=/usr/bin/osmo-gbproxy           # Introduce the server's location here
 SCRIPTNAME=/etc/init.d/osmocom-gbproxy