allow to run as root but give warning
This commit is contained in:
parent
60d6371a8f
commit
fcd65495e5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue