Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Oct 4, 2023
1 parent 89522b5 commit 2081ed2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zip-content/inc/common-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1118,9 +1118,13 @@ perform_installation()
{
ui_msg 'Installing...'

if test ! -d "${SYS_PATH:?}/etc/zips"; then
mkdir -p "${SYS_PATH:?}/etc/zips" || ui_error "Failed to create the dir '${SYS_PATH:?}/etc/zips'"
set_perm 0 0 0750 "${SYS_PATH:?}/etc/zips"
fi

set_perm 0 0 0640 "${TMP_PATH:?}/files/etc/zips/${MODULE_ID:?}.prop"
perform_secure_copy_to_device 'etc/zips'
set_perm 0 0 0750 "${SYS_PATH:?}/etc/zips"

if test "${API:?}" -lt 21; then
if test "${CPU64}" != false; then
Expand Down

0 comments on commit 2081ed2

Please sign in to comment.