1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update install

This commit is contained in:
abeudin 2014-01-10 15:26:15 +01:00
parent 258b8c9d60
commit 10f64c4b80

View file

@ -36,7 +36,8 @@ sudo cp ../conf/etherpad-lite /etc/init.d/
sudo chmod +x /etc/init.d/etherpad-lite
sudo update-rc.d etherpad-lite defaults
sudo mkdir /var/log/etherpad-lite/
su - www-data -c "touch /var/log/etherpad-lite/etherpad-lite.log"
sudo touch /var/log/etherpad-lite/etherpad-lite.log
sudo chown www-data /var/log/etherpad-lite/etherpad-lite.log
sudo $final_path/bin/installDeps.sh > /dev/null 2>&1