This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wifi-sd/.wifisd/init.d/99cgi-bin.sh

6 lines
233 B
Bash

#!/bin/sh
chmod a+x /mnt/sd/.wifisd/cgi-bin/refresh_sd
chmod a+x /mnt/sd/.wifisd/cgi-bin/wifi_delete
ln -s /mnt/sd/.wifisd/cgi-bin/refresh_sd /www/cgi-bin/refresh_sd
ln -s /mnt/sd/.wifisd/cgi-bin/wifi_delete /www/cgi-bin/wifi_delete