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:
parent
35675c217b
commit
a1cc5288d4
1 changed files with 6 additions and 5 deletions
|
@ -92,11 +92,12 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||||
# SECURE FILES AND DIRECTORIES
|
# SECURE FILES AND DIRECTORIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
cp ../conf/password.php $final_path/ynh_password.php
|
#cp ../conf/password.php $final_path/ynh_password.php
|
||||||
cd $final_path
|
#cd $final_path
|
||||||
hash=$(php ynh_password.php $password)
|
#hash=$(php ynh_password.php $password)
|
||||||
rm ynh_password.php
|
#rm ynh_password.php
|
||||||
cd -
|
#cd -
|
||||||
|
|
||||||
# mail=$(ynh_user_get_info $admin mail)
|
# mail=$(ynh_user_get_info $admin mail)
|
||||||
# # if ! ynh_package_is_installed "sqlite3" ; then
|
# # if ! ynh_package_is_installed "sqlite3" ; then
|
||||||
# # ynh_package_install sqlite3
|
# # ynh_package_install sqlite3
|
||||||
|
|
Loading…
Add table
Reference in a new issue