Properly separate the auth.fcgi and unauth.fcgi scripts
[invirt/packages/invirt-web.git] / code / auth.fcgi
deleted file mode 120000 (symlink)
index b94e858171d9e3326629a2bec6da2c37ad138c76..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-invirt.fcgi
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..96a8bcf5485f4c24a5899ec38278c0d33b9d79c8
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec ./invirt.fcgi auth "$@"