From 3575419b5763eca4450f6c1cbe222cc1ecde45a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Wed, 19 Jan 2022 17:40:21 +0100
Subject: [PATCH] fixed?

---
 auto_script_wolf | 2 +-
 install_wolf.sh  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 auto_script_wolf
 mode change 100644 => 100755 install_wolf.sh

diff --git a/auto_script_wolf b/auto_script_wolf
old mode 100644
new mode 100755
index a3c5bf8..a59c6f5
--- a/auto_script_wolf
+++ b/auto_script_wolf
@@ -2,7 +2,7 @@
 
 set timeout -1
 
-spawn ./script_install_wolf.sh -e
+spawn ./install_wolf.sh -e
 
 expect "Enter path for dependencies (either /global/path or relative/path):\r"
 
diff --git a/install_wolf.sh b/install_wolf.sh
old mode 100644
new mode 100755
-- 
GitLab