Skip to content
Snippets Groups Projects
Commit d0adeedb authored by Armand Bahi's avatar Armand Bahi
Browse files

Vérification sudo

parent 9897f9da
Branches
Tags
No related merge requests found
......@@ -7,7 +7,11 @@
#
#
if [ `whoami` == "root" ]; then
echo "Please, do not run this script as sudo"
else
cd utils/
./pull_subtrees.sh
./init_symlinks.sh
./copy_hooks.sh
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment