diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 12:32:59 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:08:05 +0100 |
commit | 519e3c19364a9ad66ac68660954f2a174cdbc175 (patch) | |
tree | 9cd1a715ddf97512842a91c98c223960cba3d85d | |
parent | 52f4cf8e31daaa0e70436d9d46f5539e96378e88 (diff) | |
download | vyos-live-build-519e3c19364a9ad66ac68660954f2a174cdbc175.tar.gz vyos-live-build-519e3c19364a9ad66ac68660954f2a174cdbc175.zip |
Correcting she-bang in cgi.
-rwxr-xr-x | cgi/cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # cgi - simple webfrontend for live-helper # Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> |