Révision 34 bin/install.sh

install.sh (revision 34)
28 28

  
29 29
for f in $(ls)
30 30
do 
31
cp $f $dir_bin/
31
myPath=$(/bin/pwd)
32
if [[ $myPath != "/opt/gZFS/bin" ]]
33
then
34
  cp $f $dir_bin/
35
fi
32 36
ln -s $dir_bin/$f /sbin/
33 37
done
34 38

  

Formats disponibles : Unified diff