mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update install
This commit is contained in:
parent
ce56ed9569
commit
cc5fbb3bc2
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
language=$YNH_APP_ARG_LANGUAGE
|
language=$YNH_APP_ARG_LANGUAGE
|
||||||
flarum_version="v0.1.0-beta.7"
|
flarum_version="v0.1.0-beta.7"
|
||||||
ssowat_ext_ver="*@dev"
|
ssowat_ext_ver="*@dev"
|
||||||
|
bazaar_extension=$YNH_APP_ARG_BAZAAR_EXTENSION
|
||||||
|
|
||||||
#===================================================
|
#===================================================
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
|
@ -224,6 +225,10 @@ if [[ -n $admin && -n $title ]]; then
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [[ $bazaar_extension ]]; then
|
||||||
|
install_and_activate_extension $app $final_path $db_name "flagrow/bazaar" "flagrow-bazaar"
|
||||||
|
fi
|
||||||
|
|
||||||
# Send login credentials to admin
|
# Send login credentials to admin
|
||||||
app_message="User : $admin, password : $admin_pwd
|
app_message="User : $admin, password : $admin_pwd
|
||||||
Change your password!
|
Change your password!
|
||||||
|
|
Loading…
Add table
Reference in a new issue