Add execute permissions
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 23 Feb 2017 10:15:34 +0000 (18:15 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 23 Feb 2017 10:15:34 +0000 (18:15 +0800)
Change-Id: Idbe100bb4183af8b8dd8e48cdff9a74a2a68393f
Issue-Id: GVNFM-26
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
res/initialize.sh [changed mode: 0644->0755]
res/run.sh [changed mode: 0644->0755]
res/stop.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 451d6d7..d2ebe3c
@@ -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 &
old mode 100644 (file)
new mode 100755 (executable)