From d2ecba93910cf447b82a33d05e6acbd6011737a0 Mon Sep 17 00:00:00 2001 From: NEMS Linux Date: Tue, 22 May 2018 00:40:48 +0000 Subject: [PATCH] Fix nems.conf version input from nems-build --- nems-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nems-build.sh b/nems-build.sh index 055e41b..9319089 100755 --- a/nems-build.sh +++ b/nems-build.sh @@ -27,7 +27,7 @@ echo Building NEMS $ver cd /usr/local/share/ mkdir nems cd nems -printf "version=$ver" > nems.conf +echo "version=$ver" > nems.conf chown www-data:www-data nems.conf cd /root/nems/nems-admin