mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	fix for bug 4369: fix the missing info in xcat.log on Ubuntu
This commit is contained in:
		| @@ -125,7 +125,7 @@ run_ps () { | ||||
|   echo "\"\`date\` Running postscript: \$@\"" | tee -a \$logfile | ||||
|   #./\$@ 2>&1 1> /tmp/tmp4xcatlog | ||||
|   #cat /tmp/tmp4xcatlog | tee -a \$logfile | ||||
|   ./\$@ 2>&1 | tee -a $logfile | ||||
|   ./\$@ 2>&1 | tee -a \$logfile | ||||
|   ret_local=\${PIPESTATUS[0]} | ||||
|   if [ \"\$ret_local\" -ne \"0\" ]; then | ||||
|     return_value=\$ret_local | ||||
|   | ||||
		Reference in New Issue
	
	Block a user