about summary refs log blame commit diff stats
path: root/wiki/lib/plugins/popularity/lang/lv/submitted.txt
blob: c31338abf4a906b16fe2d0ea9e53965624c1967c (plain) (tree)
1
2
3


                                       
====== Popularitātes atsauksmes ======

Dati veiksmīgi nosūtīti
# ben@gbmor.dev echo "Removing user $1 from the system" userdel $1 echo "Cleaning /home and /var/www/users" rm -rf /home/$1 rm -rf /var/www/users/$1 echo "Removing httpd config" rm -f /etc/httpd/$1.conf httpdpid=`pgrep httpd | awk 'NR==1{print $1}'` kill -HUP $httpdpid echo "Done! Don't forget to remove the appropriate include line from httpd-vusers.conf"