1
0
Fork 0
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:
yalh76 2021-06-26 11:52:30 +02:00
parent f72c368241
commit 6340274547

View file

@ -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
sudo -u $app ./writefreely db migrate
sudo -u $app ./writefreely --migrate
sudo -u $app ./writefreely keys generate
popd
#=================================================