Text optimization
This commit is contained in:
parent
32cac758ff
commit
30952a8be6
|
@ -18,7 +18,7 @@
|
|||
BINARY_PATH=$TMPDIR/binary/dnscrypt-proxy-x86_64
|
||||
fi
|
||||
|
||||
CONFIG_PATH=$TMPDIR/config
|
||||
CONFIG_PATH=$TMPDIR/config
|
||||
|
||||
unzip -o "$ZIPFILE" 'config/*' 'binary/*' -d $TMPDIR
|
||||
|
||||
|
@ -53,9 +53,5 @@ CONFIG_FILE="/data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml"
|
|||
fi
|
||||
|
||||
|
||||
# Only some special files require specific permissions
|
||||
# This function will be called after on_install is done
|
||||
# The default permissions should be good enough for most cases
|
||||
|
||||
set_perm_recursive $MODPATH 0 0 0755 0755
|
||||
set_perm $MODPATH/system/bin/dnscrypt-proxy 0 0 0755
|
||||
|
|
Loading…
Reference in New Issue