Execute script using bash.

pull/47/head
Joe Prochazka 2015-12-26 23:09:02 -05:00
rodzic e798e4050c
commit cdef25c287
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Assign the Lighthttpd document root directory to a variable.
RAWDOCUMENTROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`