404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.189.192.193: ~ $
#!/bin/sh

# no history database exists
[ -f /var/lib/fwupd/pending.db ] || exit 0

# activate firmware when we have a read-only filesysten
if ! /usr/bin/fwupdtool activate; then
        ret=$?
        [ "$ret" -eq "2" ] && exit 0
        exit $ret
fi

Filemanager

Name Type Size Permission Actions
fwupd.shutdown File 252 B 0755
mdadm.shutdown File 164 B 0755