remove unused variable

This commit is contained in:
Girish Ramakrishnan
2016-12-28 09:49:18 -08:00
parent 6fbbf0ad61
commit 36a6e02269
-1
View File
@@ -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")