dumb bug
This commit is contained in:
parent
86f511becf
commit
102738a937
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
: \
|
: \
|
||||||
&& [ "$(id -u)" -eq 0 ] \
|
&& [ "$(id -u)" -eq 0 ] \
|
||||||
&& [ -s build-all ] \
|
&& [ -s build-all ] \
|
||||||
&& { [ ! -d out ] || mkdir out || exit ;} \
|
&& { [ -d out ] || mkdir out || exit ;} \
|
||||||
&& chmod -R 0755 . \
|
&& chmod -R 0755 . \
|
||||||
&& chown -R 0:1000 . \
|
&& chown -R 0:1000 . \
|
||||||
&& chmod -R 0775 out \
|
&& chmod -R 0775 out \
|
||||||
|
|
Loading…
Add table
Reference in a new issue