mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2068 726aef4b-f618-498e-8847-2d620e286838
6 lines
232 B
Bash
Executable File
6 lines
232 B
Bash
Executable File
#!/bin/sh
|
|
echo 'This file should *not* needed, but autocrap wants it.'
|
|
echo 'If you are seeing this message while installing, you really should get'
|
|
echo 'a proper OS. Whatever currently runs on this box is severely broken.'
|
|
exit 1
|