From e61ea5686fe90ebae777db468048254a77a9d2be Mon Sep 17 00:00:00 2001 From: grez911 Date: Sun, 5 Feb 2017 16:03:04 +0300 Subject: [PATCH] Updated init.sh --- misc/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/init.sh b/misc/init.sh index 563a92f..9848a23 100755 --- a/misc/init.sh +++ b/misc/init.sh @@ -48,7 +48,7 @@ sed -i '/web_url/d' /tmp/mlmmj-light-web-master/misc/config.txt echo "web_url = ${url}" >> /tmp/mlmmj-light-web-master/misc/config.txt echo -echo "Updating package list..." +echo "Updating packages list..." echo apt-get update echo