1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00

[fix] delete sha256sum correct

This commit is contained in:
magikcypress 2017-05-30 15:28:39 +02:00
parent d2b6c135d5
commit 95bbf97be9
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
MINCHAT_VERSION="1.1"
MINCHAT_SOURCE_URL="https://github.com/wojtek77/chat/archive/master.tar.gz"
MINCHAT_SOURCE_SHA256="4a13b56e6eee270e6db3a5c8385d83aba0fca2207b0306b46941c2e7a4ea9753"
MINCHAT_SOURCE_SHA256="50e66895cbbda095e02a8a7375ca51c0eb589956f68a223a8217d0f4c1fe1fa6"
QUIET () { # Redirige la sortie standard dans /dev/null
$@ > /dev/null

View file

@ -9,7 +9,7 @@ source /usr/share/yunohost/helpers
# Retrieve arguments
domain=$YNH_APP_ARG_DOMAIN
path=$YNH_APP_ARG_PATH
path=$(ynh_normalize_url_path $YNH_APP_ARG_PATH)
is_public=$YNH_APP_ARG_IS_PUBLIC
app=$YNH_APP_INSTANCE_NAME