mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
quiet mkw when in automated mode
This commit is contained in:
parent
be6b9cbb2a
commit
6a40e4792a
@ -113,7 +113,7 @@ ISOMODE=wbfs
|
||||
SPLITISO=
|
||||
PRIV_SAVEGAME=${MKWIIMM_OWN_SAVE}" > ${PWD}/config.def
|
||||
echo "*** 6) creating >${DIST}< (can take some time)"
|
||||
./create-image.sh -a --dest=${XD}/RMC${REG}${MY_ID}.wbfs || exit 51
|
||||
./create-image.sh -a --dest=${XD}/RMC${REG}${MY_ID}.wbfs >/dev/null || exit 51
|
||||
else
|
||||
echo "*** 6) creating >${DIST}< (can take some time)"
|
||||
./create-image.sh --dest=${XD}/RMC${REG}${MY_ID}.wbfs || exit 51
|
||||
@ -133,7 +133,7 @@ SPLITISO=
|
||||
PRIV_SAVEGAME=${MKWIIMM_OWN_SAVE}" > ${PWD}/config.def
|
||||
|
||||
echo "*** 6) creating >${DIST}< (can take some time)"
|
||||
./create-image.sh -a --dest=${XD}/RMC${REG}${MY_ID}.wbfs || exit 51
|
||||
./create-image.sh -a --dest=${XD}/RMC${REG}${MY_ID}.wbfs >/dev/null || exit 51
|
||||
else
|
||||
echo "*** 6) creating >${DIST}< (can take some time)"
|
||||
./create-image.sh --dest=${XD}/RMC${REG}${MY_ID}.wbfs || exit 51
|
||||
|
Loading…
Reference in New Issue
Block a user