Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
support/functions/_emu
|
|
@ -26,6 +26,7 @@ enable_emu(){ |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
_nl |
|
|
|
printf $re_ |
|
|
|
cd $svndir |
|
|
|
printf $(date)>"$workdir/patch.log" |
|
|
@ -46,8 +47,10 @@ enable_emu(){ |
|
|
|
printf " Fail Count : $fcount\n\n" |
|
|
|
# todo ask for restore svn yes / no / show log |
|
|
|
else |
|
|
|
printf "\n$WH Patch Staus :$G CLEAN " |
|
|
|
printf "\n$WH Patch Staus :$G CLEAN \n" |
|
|
|
touch "$workdir/EMU_ON" |
|
|
|
fi |
|
|
|
|
|
|
|
printf $re_ |
|
|
|
_nl |
|
|
|
} |
|
|
|