1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #1351: iSCSI commands fail on some distributions

This commit is contained in:
Jaime Melis 2012-07-12 12:12:40 +02:00
parent aa63bd48c0
commit 7f999d9ca6

View File

@ -357,7 +357,7 @@ function tgtadm_next_tid {
function tgt_admin_dump_config {
FILE_PATH="$1"
echo "$TGTADMIN --dump |sudo tee $FILE_PATH >& /dev/null"
echo "$TGTADMIN --dump |sudo tee $FILE_PATH > /dev/null 2>&1"
}
###