1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Fixes install script

This commit is contained in:
Selamanse 2017-07-18 16:14:16 +02:00
parent 85e5d3be0e
commit 42ae837502

View file

@ -79,12 +79,13 @@ sudo chown -R www-data: $final_path
sudo service nginx reload
if [ "$is_public" = "Yes" ];
then
ynh_app_setting_set $app unprotected_uris "/"
ynh_app_setting_set "$app" skipped_uris "/"
fi
sudo systemctl start Rocketchat.service
sudo systemctl enable Rocketchat.service
sleep 25s
sleep 10s
cd $pkgdir