Files
2026-05-28 15:38:09 -07:00

10 lines
107 B
Bash

#!/bin/sh
MODNAME=newt
rm -f /opt/$MODNAME/www/.htpasswd
rm -f /tmp/newt.pid
rm -f /tmp/newt.log
exit 0