Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build-devel.sh')
-rw-r--r--build-devel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-devel.sh b/build-devel.sh
index f671ccd3..fbcf9aa8 100644
--- a/build-devel.sh
+++ b/build-devel.sh
@@ -34,7 +34,7 @@ install()
cd /
rm -rf /tmp/ncp-update-tmp
- echo -e "NextCloudPi updated to version \e[1m$VER\e[0m"
+ echo -e "NextCloudPi updated to version $VER"
}
cleanup() { :; }