1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cac-proxy_ynh.git synced 2024-09-03 18:16:07 +02:00

Merge pull request #26 from YunoHost-Apps/testing

version bump for log fix
This commit is contained in:
Gérard Collin 2024-07-18 10:35:55 +02:00 committed by GitHub
commit d7acb098cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,7 @@ name = "Cors Proxy"
description.en = "An advanced https proxy allowing you to call other websites from your own web application."
description.fr = "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web."
version = "1.2.1~ynh2"
version = "1.2.1~ynh3"
maintainers = ["Gerard Collin"]

View file

@ -29,9 +29,6 @@ if [ -n "$public_key" ]; then
_install_restart_script_and_sudoers
fi
mkdir --parents /var/log/$app
chown $app:adm /var/log/$app
#=================================================
# SPECIFIC RESTORATION
#=================================================