mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
debian/postinst: make sure /etc/yunohost/portal exists
This commit is contained in:
parent
0a01423408
commit
3aa087ca04
1 changed files with 4 additions and 0 deletions
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -4,6 +4,10 @@ set -e
|
|||
|
||||
do_configure() {
|
||||
|
||||
mkdir -p /etc/yunohost
|
||||
mkdir -p /etc/yunohost/apps
|
||||
mkdir -p /etc/yunohost/portal
|
||||
|
||||
if [ ! -f /etc/yunohost/installed ]; then
|
||||
# If apps/ is not empty, we're probably already installed in the past and
|
||||
# something funky happened ...
|
||||
|
|
Loading…
Add table
Reference in a new issue