Maj de sheebr + maj mineure des scripts

This commit is contained in:
Marc
2021-11-29 14:08:48 +01:00
parent 07c16904e6
commit 952edb4270
18 changed files with 294 additions and 33 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
# we depend on a properly build rootfs
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
exit 1
fi
if [ -z disk.img ]
then echo "Please run createLiveImage.sh first"
exit
exit 1
fi
echo "rebuilding C++ hooks"