Skip to content

Commit 3763ab3

Browse files
committed
0.3.3
1 parent 327f273 commit 3763ab3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

module/install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
SKIPMOUNT=false
2+
PROPFILE=false
3+
POSTFSDATA=false
4+
LATESTARTSERVICE=false
5+
16
print_modname() {
27
ui_print " __ _____ _______ __ "
38
ui_print " / |/ / |/ / __ \/ / "
@@ -18,7 +23,7 @@ on_install() {
1823

1924
set_permissions() {
2025
# The following is the default rule, DO NOT remove
21-
set_perm_recursive "$MODPATH" 0 0 0755 0644
26+
set_perm_recursive $MODPATH 0 0 0755 0644
2227
set_perm "$MODPATH/system/bin/mmrl" 0 0 0755
2328
set_perm "$MODPATH/system/bin/mrepo" 0 0 0755
2429
set_perm "$MODPATH/system/bin/foxmmm" 0 0 0755

0 commit comments

Comments
 (0)