mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Merge pull request #173 from doraskayo/run2-kaem-permissions
Fix file permissions for run2.kaem
This commit is contained in:
commit
ca4f141be0
1 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,6 @@ PATH=${bindir}
|
||||||
cd ${sysa}
|
cd ${sysa}
|
||||||
|
|
||||||
catm run2.kaem bootstrap.cfg run.kaem
|
catm run2.kaem bootstrap.cfg run.kaem
|
||||||
chmod +x run2.kaem
|
chmod 755 run2.kaem
|
||||||
|
|
||||||
kaem --file run2.kaem
|
kaem --file run2.kaem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue