mirror of
https://github.com/fosrl/newt.git
synced 2026-09-08 07:01:28 +02:00
10 lines
107 B
Bash
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
|