mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Allow private test without is_public arg
This commit is contained in:
parent
abb6d1e7cf
commit
dbb7e9f9e7
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ CHECK_URL () {
|
||||||
ECHO_FORMAT "\nTry to access by url...\n" "white" "bold"
|
ECHO_FORMAT "\nTry to access by url...\n" "white" "bold"
|
||||||
|
|
||||||
# Force a skipped_uris if public mode is not set
|
# Force a skipped_uris if public mode is not set
|
||||||
if [ -z "$public_arg" ]
|
if [ "$install_type" != "private" ] && [ "$install_type" != "public" ] && [ -z "$public_arg" ]
|
||||||
then
|
then
|
||||||
# Add a skipped_uris on / for the app
|
# Add a skipped_uris on / for the app
|
||||||
LXC_START "sudo yunohost app setting \"$ynh_app_id\" skipped_uris -v \"/\""
|
LXC_START "sudo yunohost app setting \"$ynh_app_id\" skipped_uris -v \"/\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue