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.
|
## GNU General Public License for more details.
|
||||||
|
|
||||||
if [ `id -u` -eq 0 ]; then
|
if [ `id -u` -eq 0 ]; then
|
||||||
echo "You must not launch Gajim as root, it is DANGEROUS"
|
echo "You must not launch Gajim as root, it is INSECURE"
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd PREFIX/share/gajim/src
|
cd PREFIX/share/gajim/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue