Skip to content
Snippets Groups Projects
Commit 4455f145 authored by Vincent Le gallic's avatar Vincent Le gallic Committed by Admin Y Strator
Browse files

Ah oui, c'était bien du code mort

parent d220fa37
No related branches found
No related tags found
No related merge requests found
#!/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 "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment