Removed paxctl alpine fix #1303 , because it did not work anymore.

Thanks to xet7 !

Closes #1594
This commit is contained in:
Lauri Ojansivu 2018-04-18 18:19:22 +03:00
parent 1e0fcfd20d
commit ce65963217
2 changed files with 8 additions and 6 deletions

View file

@ -118,8 +118,9 @@ parts:
rm -f node-SHASUMS256.txt.asc
chmod +x node
mv node `which node`
echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
paxctl -mC `which node`
# DOES NOT WORK: paxctl fix.
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
#paxctl -mC `which node`
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
sed -i "s|RELEASE=.*|RELEASE=\"1.6.0.1\"|g" install_meteor.sh