1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Updated to version 3.8.5

This commit is contained in:
anmol 2018-11-20 07:24:24 +05:30
parent 63dba05800
commit 60771e6c1b

View file

@ -21,8 +21,8 @@ final_path=$(ynh_app_setting_get $app final_path)
upload=$(ynh_app_setting_get $app upload)
db_name=$(ynh_app_setting_get $app db_name)
db_pwd=$(ynh_app_setting_get $app mysqlpwd)
version=( grep STD_VERSION $final_path/boot.php | cut -c 38- | rev | cut -c 5- | rev )
last_update=( grep update_time: /etc/yunohost/apps/$app/settings.yml | cut -c 14- )
version=$(grep STD_VERSION $final_path/boot.php | cut -c 38- | rev | cut -c 5- | rev)
last_update=$(grep update_time: /etc/yunohost/apps/$app/settings.yml | cut -c 14-)
#=================================================