install.run: move chmod to background.

This commit is contained in:
Mika Suomalainen 2013-02-06 16:48:27 +02:00
parent 6db24a34a4
commit 4ebfcc55d2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ cat .keys/ssh > ~/.ssh/authorized_keys
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
mkdir -p ~/.public_html/
chmod a+xr chmod
./chmod
./chmod&
cat chmod > ~/chmod
chmod a+xr chmod
# vim : set ft=sh :

View File

@ -13,7 +13,7 @@ cat pastebinit.xml > ~/.pastebinit.xml
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
mkdir -p ~/.ssh
chmod a+xr chmod
./chmod
./chmod&
cat chmod > ~/chmod
chmod a+xr chmod
# vim : set ft=sh :