1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

Suppression de code inutile

This commit is contained in:
magikcypress 2017-03-03 13:17:05 +01:00
parent d755b979a7
commit bc6285b1b7

View file

@ -108,14 +108,6 @@ fi
POOL_FPM
#=================================================
# Option de l'applications
#=================================================
db_md5=$(echo $db_pwd | md5sum | awk '{print $1}')
db_sha=$(echo $db_pwd | openssl dgst -sha1 -hmac "key" | awk -F'= ' {'print $2'})
language="$(echo $language | head -c 2)"
#=================================================
# Changer les informations de la tables
#=================================================