mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
system-tools: set executable flag of 7z/7za
This commit is contained in:
parent
2ae6ab9919
commit
cb854d7a1b
@ -1,2 +1,4 @@
|
||||
#!/bin/sh
|
||||
exec /storage/.kodi/addons/virtual.system-tools/lib/p7zip/7z "$@"
|
||||
file=/storage/.kodi/addons/virtual.system-tools/lib/p7zip/7z
|
||||
[ ! -x ${file} ] && chmod +x ${file}
|
||||
exec ${file} "$@"
|
||||
|
@ -1,2 +1,4 @@
|
||||
#!/bin/sh
|
||||
exec /storage/.kodi/addons/virtual.system-tools/lib/p7zip/7za "$@"
|
||||
file=/storage/.kodi/addons/virtual.system-tools/lib/p7zip/7za
|
||||
[ ! -x ${file} ] && chmod +x ${file}
|
||||
exec ${file} "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user