From 1890022a01b56ca61a6ad5f89790dc8eb6cb5ca0 Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 9 Nov 2020 17:36:52 -0600 Subject: [PATCH] createapp fix indent --- createapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createapp b/createapp index 29a529b..ac193b3 100755 --- a/createapp +++ b/createapp @@ -243,7 +243,7 @@ Or do you want one combined install script?" | yad --text-info --fontname=12 --w scriptname='install-64' "$preferrededitor" "${DIRECTORY}/apps/${name}/${scriptname}" & elif [ "$compatibility" == "64 32" ];then - scriptname='' #this symbolizes that 2 scripts will be made + scriptname='' #this symbolizes that 2 scripts will be made "$preferrededitor" "${DIRECTORY}/apps/${name}/install-64" & "$preferrededitor" "${DIRECTORY}/apps/${name}/install-32" & elif [ "$compatibility" == "6432" ];then