mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
parent
8c5b136fa5
commit
0f73336986
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ if [[ -n $admin && -n $title ]]; then
|
||||||
cd "$final_path"
|
cd "$final_path"
|
||||||
exec_as www-data \
|
exec_as www-data \
|
||||||
php -d memory_limit=-1 flarum install -f configuration.yml
|
php -d memory_limit=-1 flarum install -f configuration.yml
|
||||||
|
ynh_secure_remove $finalflarumconf
|
||||||
|
|
||||||
# Generate and add root token for user creation and deletion
|
# Generate and add root token for user creation and deletion
|
||||||
roottoken=$(ynh_string_random 40)
|
roottoken=$(ynh_string_random 40)
|
||||||
|
|
Loading…
Add table
Reference in a new issue