Skip to content

Commit

Permalink
Revert "memu_helper: chown before applying things"
Browse files Browse the repository at this point in the history
This reverts commit e447518.
  • Loading branch information
Rem01Gaming committed Oct 13, 2024
1 parent bfed720 commit b4343f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/menu_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ fzy_select() {
}

apply() {
chown root:root $2 >/dev/null 2>&1
chmod 644 $2 >/dev/null 2>&1
echo $1 >$2 2>/dev/null
chmod 444 $2 >/dev/null 2>&1
Expand Down

1 comment on commit b4343f5

@rapeazabe888
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build Encore Zip

Please sign in to comment.