Skip to content
Snippets Groups Projects
Commit fcd65495 authored by nkour's avatar nkour
Browse files

allow to run as root but give warning

parent 60d6371a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment