mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Install bugfix
This commit is contained in:
parent
1bb3e49f2d
commit
ae378201c2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ from yunohost_hook import hook_exec
|
|||
repo_path = '/var/cache/yunohost/repo'
|
||||
apps_path = '/usr/share/yunohost/apps'
|
||||
apps_setting_path= '/etc/yunohost/apps/'
|
||||
install_tmp = '/tmp/yunohost/install'
|
||||
install_tmp = '/var/cache/yunohost/install'
|
||||
app_tmp_folder = install_tmp + '/from_file'
|
||||
|
||||
def app_listlists():
|
||||
|
|
Loading…
Add table
Reference in a new issue