From 09b38cbc5f35c87144c49e91aa6733b637944a0b Mon Sep 17 00:00:00 2001 From: Gorgone Date: Wed, 10 Apr 2019 09:31:03 +0200 Subject: [PATCH] Update _emu change svndir check --- support/functions/_emu | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/support/functions/_emu b/support/functions/_emu index 00caa7a..440e15f 100644 --- a/support/functions/_emu +++ b/support/functions/_emu @@ -2,7 +2,11 @@ enable_emu(){ clear;s3logo; -[ -d "$svndir" ] && quicksvnrestore || checkout; +if [ -d "$svndir" ];then + quicksvnrestore; +else + checkout; +fi; pname="oscam-emu.patch"; source "$configdir/urls"; emulocal="$dldir/emu_github";