backend: wrong one, of course

This commit is contained in:
Franco Fichtner 2024-07-11 10:39:19 +02:00
parent a04d43e1bf
commit 3a6f16ba3e

View File

@ -109,7 +109,7 @@ if not os.path.exists(configd_socket_name):
# command to execute
if not args.command:
exec_commands=['configd', 'actions']
exec_commands=['configd actions']
else:
exec_commands=[' '.join(args.command)]