1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Fix distbin-db

This commit is contained in:
yalh76 2019-02-09 00:42:18 +01:00
parent 4831b7576c
commit 99e2e8e53d

View file

@ -178,7 +178,7 @@ chown -R "$app":"$app" "/var/log/$app"
# CREATE DB FOLDER # CREATE DB FOLDER
#================================================= #=================================================
mkdir -p "$final_path/db" mkdir -p "$final_path/distbin-db"
#================================================= #=================================================
# MAKE SETUP # MAKE SETUP