mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Remove unused var from _common.sh
This commit is contained in:
parent
58da6726ca
commit
4927434f07
1 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PKG_DEPENDENCIES="sqlite3 libldap2-dev libsasl2-dev python3-dev imagemagick python3-lxml libjpeg-dev"
|
PKG_DEPENDENCIES="sqlite3 libldap2-dev libsasl2-dev python3-dev imagemagick python3-lxml libjpeg-dev"
|
||||||
#PKG_DEPENDENCIES="sqlite3 python3-pip imagemagick"
|
|
||||||
DOSSIER_MEDIA=/home/yunohost.multimedia
|
DOSSIER_MEDIA=/home/yunohost.multimedia
|
||||||
|
|
||||||
LOG_FILE=/var/log/$app/$app.log
|
|
||||||
ACCESS_LOG_FILE=/var/log/$app/$app-access.log
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# EXPERIMENTAL HELPERS
|
# EXPERIMENTAL HELPERS
|
||||||
# TO BE DELETED WHEN RELEASED
|
# TO BE DELETED WHEN RELEASED
|
||||||
|
|
Loading…
Add table
Reference in a new issue