2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

delete bash -x

This commit is contained in:
bybai 2015-11-20 02:00:30 -05:00
parent 7c75934c60
commit 73700a6138

View File

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash
if [ "$(uname -s|tr 'A-Z' 'a-z')" = "linux" ];then
str_dir_name=`dirname $0`
. $str_dir_name/xcatlib.sh