index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-01 22:38:44 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-01 22:38:44 +0100 |
commit | d717823cde98d4c534ccbb52329ff98f8719ab36 (patch) | |
tree | 280da86db1f11ea819fab5d9fb1cb8416bf3c029 /build_cross.sh | |
parent | 655acd3a233b60c5618d0239e9a716865c0b595a (diff) |
-rwxr-xr-x | build_cross.sh | 2 |
diff --git a/build_cross.sh b/build_cross.sh index dffb1c4..790dbb8 100755 --- a/build_cross.sh +++ b/build_cross.sh @@ -26,7 +26,7 @@ fi if test ! -f "$CROSS_HOME/.ssh/id_rsa.pub"; then cp "$HOME/.ssh/id_rsa.pub" "$CROSS_HOME/.ssh/." cp "$HOME/.ssh/id_rsa" "$CROSS_HOME/.ssh/." - chown cross:cross "$CROSS_HOME/.ssh/id_rsa*" + chown cross:cross $CROSS_HOME/.ssh/id_rsa* fi if test ! -x /usr/local/bin/ct-ng; then |