[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.129.211.156: ~ $
#!/bin/sh

. /usr/lib/tuned/functions

start() {
    [ "$USB_AUTOSUSPEND" = 1 ] && enable_usb_autosuspend
    enable_wifi_powersave
    return 0
}

stop() {
    [ "$USB_AUTOSUSPEND" = 1 ] && disable_usb_autosuspend
    disable_wifi_powersave
    return 0
}

process $@

Filemanager

Name Type Size Permission Actions
script.sh File 269 B 0755
tuned.conf File 557 B 0644