From c4057577bf6407f64552f60fced18ec584838a24 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Thu, 23 Feb 2017 18:15:34 +0800 Subject: Add execute permissions Change-Id: Idbe100bb4183af8b8dd8e48cdff9a74a2a68393f Issue-Id: GVNFM-26 Signed-off-by: fujinhua --- res/initialize.sh | 0 res/run.sh | 2 +- res/stop.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 res/initialize.sh mode change 100644 => 100755 res/run.sh mode change 100644 => 100755 res/stop.sh (limited to 'res') diff --git a/res/initialize.sh b/res/initialize.sh old mode 100644 new mode 100755 diff --git a/res/run.sh b/res/run.sh old mode 100644 new mode 100755 index 451d6d7..d2ebe3c --- a/res/run.sh +++ b/res/run.sh @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -nohup python manage.py runserver 127.0.0.1:8803 > /dev/null & +nohup python manage.py runserver 127.0.0.1:8802 > /dev/null & diff --git a/res/stop.sh b/res/stop.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg