From 896cf5563b9c042b99591e1bb6b2a27d11399a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sun, 17 Jan 2021 17:29:50 +0100 Subject: [PATCH] jsdklf --- skyscraper_system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyscraper_system.sh b/skyscraper_system.sh index c3b496c..538cfc4 100755 --- a/skyscraper_system.sh +++ b/skyscraper_system.sh @@ -66,13 +66,13 @@ readonly ARCADE="fba neogeo mame-advmame mame-mame4all" SCRAP=true BUILD=true -if [ "$1" = SCRAP ]; then +if [ "$1" = scrap ] || [ "$1" = SCRAP ]; then BUILD=false printf "%s\n" "${COLOR_WHITE}${COLOR_BACKGROUND_RED}## SCRAP ONLY ${RESET_COLOR}" sleep 1 fi -if [ "$1" = BUILD ]; then +if [ "$1" = build ] || [ "$1" = BUILD ]; then SCRAP=false printf "%s\n" "${COLOR_WHITE}${COLOR_BACKGROUND_RED}## BUILD ONLY ${RESET_COLOR}" sleep 1