fix concurrent output in install.sh

This commit is contained in:
Pavel Sviderski
2024-09-21 00:46:58 +10:00
parent d735d568b3
commit 43e2bf86fb
2 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ UNCLOUD_GROUP="uncloud"
UNCLOUD_GROUP_ADD_USER=${UNCLOUD_GROUP_ADD_USER:-}
log() {
echo $1
#echo -e "\033[1;32m$1\033[0m" >&2
echo -e "\033[1;32m$1\033[0m"
}
error() {