Skip to content

Commit 81e3028

Browse files
authored
fixed shebang line
1 parent da27f08 commit 81e3028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/scripts/start_apache.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

3-
sudo service apache2 start > /dev/null 2>&1
3+
sudo service apache2 start > /dev/null 2>&1

0 commit comments

Comments
 (0)