mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
7 lines
207 B
Bash
7 lines
207 B
Bash
#!/bin/bash
|
|
|
|
app='rainloop' # This could never work with multi-instance. Need to find a better way
|
|
domain=$1
|
|
rainloop_path=/var/www/$app/app
|
|
|
|
sudo rm $rainloop_path/data/_data_/_default_/domains/$domain.ini
|