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
4db9996535
commit
4d7a745046
1 changed files with 9 additions and 0 deletions
|
@ -95,6 +95,15 @@ if [[ $login -eq 1 ]]; then
|
||||||
sed -i -- 's/\[LOGIN_REQUIRED\] = 1/\[LOGIN_REQUIRED\] = 0/g' $final_path/index.php
|
sed -i -- 's/\[LOGIN_REQUIRED\] = 1/\[LOGIN_REQUIRED\] = 0/g' $final_path/index.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# HASH PASSWORD
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
cp ../conf/password.php $final_path/ynh_password.php
|
||||||
|
cd $final_path
|
||||||
|
hash=$(php${phpversion} ynh_password.php $password)
|
||||||
|
rm ynh_password.php
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue