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:23:11 +01:00
parent 2140debf60
commit 258b8c9d60

View file

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