diff --git a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py
index 7d9e76359be08fd117a231dbae7d91ee8ad5662b..cf3e092e8f3b8a58ada27252a7862a00f49ad870 100644
--- a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py
+++ b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py
@@ -9,9 +9,8 @@ unb2 = DeviceProxy("STAT/UNB2/1")
 boot = DeviceProxy("STAT/Boot/1")
 tilebeam = DeviceProxy("STAT/TileBeam/1")
 beamlet = DeviceProxy("STAT/Beamlet/1")
-beamlet = DeviceProxy("STAT/DigitalBeam/1")
-docker = DeviceProxy("STAT/Docker/1")
 digitalbeam = DeviceProxy("STAT/DigitalBeam/1")
+docker = DeviceProxy("STAT/Docker/1")
 
 # Put them in a list in case one wants to iterate
 devices = [apsct, apspu, recv, sdp, sst, xst, unb2, boot, tilebeam, beamlet, digitalbeam, docker]
diff --git a/tangostationcontrol/setup.cfg b/tangostationcontrol/setup.cfg
index b2e170d29ade1949fbfc5c53b87b03eb8de0c409..e3c7584abd9063ef7c162617befc3c18a8e1eda9 100644
--- a/tangostationcontrol/setup.cfg
+++ b/tangostationcontrol/setup.cfg
@@ -37,7 +37,7 @@ console_scripts =
     l2ss-apspu = tangostationcontrol.devices.apspu:main
     l2ss-tilebeam = tangostationcontrol.devices.tilebeam:main
     l2ss-beamlet = tangostationcontrol.devices.sdp.beamlet:main
-    l2ss-DigitalBeam = tangostationcontrol.devices.sdp.digitalbeam:main
+    l2ss-digitalbeam = tangostationcontrol.devices.sdp.digitalbeam:main
     l2ss-boot = tangostationcontrol.devices.boot:main
     l2ss-docker-device = tangostationcontrol.devices.docker_device:main
     l2ss-observation = tangostationcontrol.devices.observation:main