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

Commit 3374dce3 authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

Merge "Fix naming and executable bits on DumpRenderTree2 scripts"

parents 0dde5157 0e4d86fd
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.