mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
missing commented line
This commit is contained in:
parent
6a37f71f37
commit
ebadcea5fc
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,6 @@ curl -kL -X POST https://$domain$path/ghost/signup/ \
|
|||
sudo yunohost app setting ghostblog admin -v $admin
|
||||
sudo yunohost app setting ghostblog password -v $password
|
||||
|
||||
sudo sed -i '/ynhghost/d' /etc/hosts
|
||||
#sudo sed -i '/ynhghost/d' /etc/hosts
|
||||
|
||||
echo "Success ! You can go to https://$domain$path/ghost to write your posts"
|
||||
|
|
Loading…
Add table
Reference in a new issue