From 36a6e0226944aeff1932684f8865101aee1f5564 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 28 Dec 2016 09:49:18 -0800 Subject: [PATCH] remove unused variable --- scripts/installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 9e48732da..b0a3b64bc 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -13,7 +13,6 @@ readonly CLOUDRON_CONF=/home/yellowtent/configs/cloudron.conf readonly script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" readonly box_src_tmp_dir="$(realpath ${script_dir}/..)" -readonly json="${script_dir}/../../node_modules/.bin/json" readonly is_update=$([[ -f "${CLOUDRON_CONF}" ]] && echo "yes" || echo "no")