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:
commit
d7acb098cd
2 changed files with 1 additions and 4 deletions
|
@ -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.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."
|
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"]
|
maintainers = ["Gerard Collin"]
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,6 @@ if [ -n "$public_key" ]; then
|
||||||
_install_restart_script_and_sudoers
|
_install_restart_script_and_sudoers
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir --parents /var/log/$app
|
|
||||||
chown $app:adm /var/log/$app
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC RESTORATION
|
# SPECIFIC RESTORATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue