diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 12:32:59 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | ebdf7c9560867209214e2f22c95e7a2deac5fc6e (patch) | |
tree | 9cd1a715ddf97512842a91c98c223960cba3d85d /cgi | |
parent | 1fccaac6c3b3a16188632d43d206c9c175a51d7b (diff) | |
download | vyos-live-build-ebdf7c9560867209214e2f22c95e7a2deac5fc6e.tar.gz vyos-live-build-ebdf7c9560867209214e2f22c95e7a2deac5fc6e.zip |
Correcting she-bang in cgi.
Diffstat (limited to '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> |