diff --git a/scripts/gajim b/scripts/gajim index a120fa570..ccdcb37db 100644 --- a/scripts/gajim +++ b/scripts/gajim @@ -18,8 +18,7 @@ ## GNU General Public License for more details. if [ `id -u` -eq 0 ]; then - echo "You must not launch Gajim as root, it is DANGEROUS" - exit 0 + echo "You must not launch Gajim as root, it is INSECURE" fi cd PREFIX/share/gajim/src