mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Correct is_public
This commit is contained in:
parent
0222166f2b
commit
cd7721c0a2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url=$YNH_APP_ARG_PATH
|
||||||
admin=$YNH_APP_ARG_ADMIN
|
admin=$YNH_APP_ARG_ADMIN
|
||||||
password=$YNH_APP_ARG_PASSWORD
|
password=$YNH_APP_ARG_PASSWORD
|
||||||
is_public=$4
|
is_public=$5
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
db_user=emailPoubelle
|
db_user=emailPoubelle
|
||||||
cronline="0 */2 * * * www-data cd $final_path/www/; /usr/bin/php index.php > /dev/null 2>&1"
|
cronline="0 */2 * * * www-data cd $final_path/www/; /usr/bin/php index.php > /dev/null 2>&1"
|
||||||
|
|
Loading…
Reference in a new issue