mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/bash
|
|
|
|
user=$1
|
|
final_path=__FINALPATH__
|
|
|
|
sudo rm -r $final_path/collections/$user
|