mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix concurrent output in install.sh
This commit is contained in:
+1
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user