You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform/kobo/restore-wifi-async.sh

10 lines
134 B
Bash

#!/bin/sh
RestoreWifi() {
./enable-wifi.sh
./obtain-ip.sh
echo "[$(date)] Kobo Suspend: Restarted WiFi"
}
RestoreWifi &