diff --git a/auto_script_wolf b/auto_script_wolf
old mode 100644
new mode 100755
index a3c5bf8b8f387a2726f695e1f0c3bda8c8085e2a..a59c6f5ac5022525afae07f29cc51dd2379316c6
--- 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