isci: PATH=/usr/scripts
This commit is contained in:
parent
5fb0ee8bd5
commit
e898a83b05
4 changed files with 10 additions and 14 deletions
6
gestion/iscsi/udev_update_symlinks.py
Normal file → Executable file
6
gestion/iscsi/udev_update_symlinks.py
Normal file → Executable 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue