Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix nems.conf version input from nems-build
  • Loading branch information
NEMS Linux committed May 22, 2018
1 parent 7a23405 commit d2ecba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nems-build.sh
Expand Up @@ -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
Expand Down

0 comments on commit d2ecba9

Please sign in to comment.