OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17200
/
lib
/
systemd
/
system-sleep
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/06/2024 02:31:58 PM
rwxr-xr-x
📄
wpasupplicant
182 bytes
10/26/2015 01:29:18 PM
rwxr-xr-x
Editing: wpasupplicant
Close
#!/bin/sh set -e if [ "$2" = "suspend" ] || [ "$2" = "hybrid-sleep" ]; then case "$1" in pre) /sbin/wpa_cli suspend ;; post) /sbin/wpa_cli resume ;; esac fi