isci: PATH=/usr/scripts

This commit is contained in:
Daniel STAN 2014-04-20 12:45:32 +02:00
parent 5fb0ee8bd5
commit e898a83b05
4 changed files with 10 additions and 14 deletions

6
gestion/iscsi/udev_update_symlinks.py Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/bin/bash /usr/scripts/python.sh
# -*- coding: utf-8 -*-
#
# Auteur : Pierre-Elliott Bécue <becue@crans.org>
@ -7,9 +7,7 @@
import sys
import os
sys.path.append('/usr/scripts/gestion/iscsi')
sys.path.append('/usr/scripts/gestion')
from affich_tools import coul
from gestion.affich_tools import coul
import udev_get_iscsi_name as ugin
import subprocess