summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-10-27 09:03:43 +0200
committerAles Kozumplik <akozumpl@redhat.com>2010-10-27 09:13:15 +0200
commit8d724fc7903eae3976fd014c6ae4492d1f61f1f2 (patch)
treebc9b8dc97325c3944a3473a3ce5a62870926326e /scripts
parent19ed4f132069eb06c00fd366ad06d1a3d658ec14 (diff)
downloadanaconda-8d724fc7903eae3976fd014c6ae4492d1f61f1f2.tar.gz
anaconda-8d724fc7903eae3976fd014c6ae4492d1f61f1f2.tar.xz
anaconda-8d724fc7903eae3976fd014c6ae4492d1f61f1f2.zip
restart-anaconda: full path to iscsiadm
With the new images, '/sbin' no longer appears in PATH for the tty2 bash.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/restart-anaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restart-anaconda b/scripts/restart-anaconda
index 5f8778be4..8a82b5183 100755
--- a/scripts/restart-anaconda
+++ b/scripts/restart-anaconda
@@ -49,7 +49,7 @@ if [[ -f /var/run/iscsid.pid ]]; then
# iscsid must die else it will cause us troubles on the next run
RESTART_VICTIMS+=' '`cat /var/run/iscsid.pid`
# log out of all nodes
- iscsiadm -m node --logoutall=all
+ /sbin/iscsiadm -m node --logoutall=all
fi
echo "killing processes: " $RESTART_VICTIMS
for child in $RESTART_VICTIMS; do