install.run: don't hide output of chmod

This commit is contained in:
Mikaela Suomalainen 2014-10-09 22:10:13 +03:00
parent 8b758646d2
commit c191d21c61
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ gpg --quiet --import .keys/0xDAA6CA08F2E96AC7.asc&
gpg --quiet --import .keys/0x0C207F07B2F32B67.asc&
mkdir -p ~/.ssh
chmod a+xr chmod
bash -x ./chmod& 2>/dev/null
bash -x ./chmod&
cat chmod > ~/chmod
chmod a+xr ~/chmod