1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
src386 2015-08-03 13:56:06 +02:00
parent 8cf202268d
commit 2798d877b2

View file

@ -43,7 +43,7 @@ sudo sed -i "s/yhpwd/$db_pwd/g" $final_path/config/db.inc.php
sudo sed -i "s/yhdb/$db_user/g" $final_path/config/db.inc.php
# Populate Movim database
sudo su -c "php mud.php db set" -s /bin/sh www-data
sudo su -c "cd $final_path && php mud.php db set" -s /bin/sh www-data
#sudo yunohost app addaccess movim -u $admin
# Copy init script if Wheezy