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 11:24:41 +02:00
parent 4db9996535
commit 4d7a745046

View file

@ -95,6 +95,15 @@ if [[ $login -eq 1 ]]; then
sed -i -- 's/\[LOGIN_REQUIRED\] = 1/\[LOGIN_REQUIRED\] = 0/g' $final_path/index.php
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
#=================================================