From ed4e01e00ebcf3284d43def8ed309cd619d71eff Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 12 Dec 2016 12:59:16 +0100 Subject: [PATCH] Add / (#66) * Add / * Add / --- static/change_mysql_pass.sh | 2 +- static/install-redis-php-7.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/change_mysql_pass.sh b/static/change_mysql_pass.sh index e2cdffd3..e98093c7 100644 --- a/static/change_mysql_pass.sh +++ b/static/change_mysql_pass.sh @@ -1,4 +1,4 @@ -#!bin/bash +#!/bin/bash # Tech and Me, ©2016 - www.techandme.se diff --git a/static/install-redis-php-7.sh b/static/install-redis-php-7.sh index 6355e572..dc42bb71 100644 --- a/static/install-redis-php-7.sh +++ b/static/install-redis-php-7.sh @@ -1,4 +1,4 @@ -#!bin/bash +#!/bin/bash # Tech and Me - www.techandme.se - ©2016