10 lines
122 B
Bash
10 lines
122 B
Bash
#!/bin/bash
|
|
|
|
|
|
rm -rf /root/.my.conf
|
|
rm -rf /opt/seafile.my.cnf
|
|
rm -rf /opt/seafile/*
|
|
|
|
|
|
pkill -9 -u seafile
|
|
userdel seafile |