From a7d162ca06acb498f32a0c3fb22e1875a3b158db Mon Sep 17 00:00:00 2001 From: Titus PiJean Date: Wed, 22 Feb 2017 18:24:42 +0100 Subject: [PATCH] Update install Frenchie typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c4ca3bf..67a6de5 100644 --- a/scripts/install +++ b/scripts/install @@ -1,7 +1,7 @@ #!/bin/bash # Load extra functions -source .fonctions +source .functions # Activate TRAP to stop the script if an error is detected TRAP_ON