diff --git a/applications/apertif/commissioning/main.py b/applications/apertif/commissioning/main.py
index 59fcb38dccf9a9890beecf8398b019fe8c302c2f..e81188ea9d778fa8bd1bef43546b32c9cac82fd5 100644
--- a/applications/apertif/commissioning/main.py
+++ b/applications/apertif/commissioning/main.py
@@ -162,9 +162,10 @@ for lcu in LCUS:
 if tc.unbStr == '':
     pass
 else:
-    cmd = '. $RADIOHDL/applications/apertif/commissioning/central_commands.sh ' + tc.appStr + ' ' + tc.telStr + ' ' + tc.unbStr + ' ' + tc.optStr + ' ' + tc.polStr
-    print 'ccu-corr'+':$ '+cmd
-    shell.ssh_cmd('ccu-corr', cmd, tc)
+    subcommand = '. $RADIOHDL/applications/apertif/commissioning/central_commands.sh ' + tc.appStr + ' ' + tc.telStr + ' ' + tc.unbStr + ' ' + tc.optStr + ' ' + tc.polStr
+    command = subcommand + ' | tee ~/central_commands.log '
+    print 'ccu-corr'+':$ '+command
+    shell.ssh_cmd('ccu-corr', command, tc)
 
 ###############################################################################
 # Wait until remote dish commands are done