From 8477e48cdea5da1d182030e0104611e3f425657f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco <santilococo.01@gmail.com> Date: Mon, 3 Jan 2022 19:01:16 -0300 Subject: [PATCH] Uncomment runScript --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5dd3d97..65b9ef0 100755 --- a/install.sh +++ b/install.sh @@ -499,5 +499,4 @@ runScript() { done } -# runScript "$@" -getSize "Partition" +runScript "$@"