Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 4fdaac0

Browse files
committed
ISSUE 69: Use bash instead of sh for php-wrapper as using bash syntax.
1 parent e3b74cf commit 4fdaac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/www/app-bin/php-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
source /etc/apache-bootstrap.conf
44

0 commit comments

Comments
 (0)