Fix sync-btime bug.
This commit is contained in:
parent
f31efa47d1
commit
50a78cb72e
@ -41,14 +41,12 @@ fi
|
||||
if [ $sTbl -ne 0 ] || [ $sPart -ne 0 ]; then
|
||||
if [[ "$1" == "o" ]]; then
|
||||
./btime.sh "$2" "$3" "$4" "ikwid";
|
||||
sComp=$?;
|
||||
if [ $? -ne 1 ]; then
|
||||
sPart=0;
|
||||
sTbl=0;
|
||||
fi
|
||||
elif [[ "$1" == "n" ]]; then
|
||||
./btime.sh "$2" "$3" "$4" "ikwid";
|
||||
sComp=$?;
|
||||
if [ $? -ne 2 ]; then
|
||||
sPart=0;
|
||||
sTbl=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user