Changeset 1362 for trunk/scripts

Show
Ignore:
Timestamp:
05/09/05 14:23:08 (4 years ago)
Author:
nk
Message:

allow to run as root but give warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/gajim

    r1207 r1362  
    1919 
    2020if [ `id -u` -eq 0 ]; then 
    21         echo "You must not launch Gajim as root, it is DANGEROUS" 
    22         exit 0 
     21        echo "You must not launch Gajim as root, it is INSECURE" 
    2322fi 
    2423