Ah oui, c'était bien du code mort

This commit is contained in:
Vincent Le Gallic 2013-08-18 19:26:42 +02:00 committed by root@ovh
parent d220fa370f
commit 4455f145c0

7
server
View file

@ -1,7 +0,0 @@
#!/bin/bash
# sudo-wrapper pour exécuter cranspasswords côté serveur
# Beware : code potentiellement mort (clientconfig fait un appel immédiat à sudo)
# -- DS 01/08/2013
cmd_name=cranspasswords
sudo -n /usr/local/bin/${cmd_name}/server.py "$@"