1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

Update of install script

This commit is contained in:
polytan02 2015-03-07 13:39:51 +00:00
parent cff0afa56a
commit bb76699118

View file

@ -6,11 +6,9 @@ app=phpBB
domain=$1
path=$2
is_public=$3
db_pwd=$4
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a rainloop
sudo yunohost app checkurl $domain$path -a $app
if [[ ! $? -eq 0 ]]; then
exit 1
fi