mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
Fix Missing key: keys/csrf.aes256
This commit is contained in:
parent
f72c368241
commit
6340274547
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ pushd $final_path
|
||||||
ynh_mysql_execute_as_root --sql="ALTER DATABASE $db_name CHARACTER SET latin1 COLLATE latin1_swedish_ci;" --database=$db_name
|
ynh_mysql_execute_as_root --sql="ALTER DATABASE $db_name CHARACTER SET latin1 COLLATE latin1_swedish_ci;" --database=$db_name
|
||||||
sudo -u $app ./writefreely db migrate
|
sudo -u $app ./writefreely db migrate
|
||||||
sudo -u $app ./writefreely --migrate
|
sudo -u $app ./writefreely --migrate
|
||||||
|
sudo -u $app ./writefreely keys generate
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue