Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e4d86fd authored by Steve Block's avatar Steve Block
Browse files

Fix naming and executable bits on DumpRenderTree2 scripts

Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426
parent 13984a25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
  Apache2 must be installed with mod_php!

  Usage:
    run-apache2.py start|stop|restart
    run_apache2.py start|stop|restart
"""

import sys
@@ -38,7 +38,7 @@ def main():

  if not run_cmd in ("start", "stop", "restart"):
    logging.info("illegal argument: " + run_cmd)
    logging.info("Usage: python run-apache2.py start|stop|restart")
    logging.info("Usage: python run_apache2.py start|stop|restart")
    return

  #Create /tmp/WebKit if it doesn't exist. This is needed for various files used by apache2
+0 −0

File mode changed from 100644 to 100755.