From 8a2715dabdb3e8327c736360b71396e70c45b948 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 26 Mar 2017 23:10:01 +0200 Subject: [PATCH] [fix] typo again --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 42f2155..df1c5ca 100755 --- a/scripts/remove +++ b/scripts/remove @@ -14,7 +14,7 @@ domain=$(ynh_app_setting_get "$app" domain) # "/" "/var" "/var/www" "/opt" "/home" "/home/yunohost.app" src_path=/var/www/$app if test -z "$app" || [ "/var/www /opt /home/yunohost.app" =~ $src_path ]; then - echo "Variable src_path seems uncomplete, deletion of app directory cancelled." >&2 + echo "Variable src_path seems incomplete, deletion of app directory cancelled." >&2 else sudo rm -rf $src_path fi