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:
parent
85e5d3be0e
commit
42ae837502
1 changed files with 3 additions and 2 deletions
|
@ -79,12 +79,13 @@ sudo chown -R www-data: $final_path
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
if [ "$is_public" = "Yes" ];
|
if [ "$is_public" = "Yes" ];
|
||||||
then
|
then
|
||||||
ynh_app_setting_set $app unprotected_uris "/"
|
ynh_app_setting_set "$app" skipped_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo systemctl start Rocketchat.service
|
sudo systemctl start Rocketchat.service
|
||||||
sudo systemctl enable Rocketchat.service
|
sudo systemctl enable Rocketchat.service
|
||||||
|
|
||||||
sleep 25s
|
sleep 10s
|
||||||
|
|
||||||
cd $pkgdir
|
cd $pkgdir
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue