mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
7 lines
No EOL
132 B
Bash
7 lines
No EOL
132 B
Bash
#!/bin/bash
|
|
|
|
domain=$(sudo yunohost app setting ghost domain)
|
|
|
|
sudo userdel --remove ghostblog
|
|
|
|
# final_path=/opt/yunohost/ghostblog |