1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-07 10:28:09 +02:00
parent 35675c217b
commit a1cc5288d4

View file

@ -92,11 +92,12 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# SECURE FILES AND DIRECTORIES
#=================================================
cp ../conf/password.php $final_path/ynh_password.php
cd $final_path
hash=$(php ynh_password.php $password)
rm ynh_password.php
cd -
#cp ../conf/password.php $final_path/ynh_password.php
#cd $final_path
#hash=$(php ynh_password.php $password)
#rm ynh_password.php
#cd -
# mail=$(ynh_user_get_info $admin mail)
# # if ! ynh_package_is_installed "sqlite3" ; then
# # ynh_package_install sqlite3