Commit 1eabf82e authored by Franco Fichtner's avatar Franco Fichtner

rc: suppress error on first package install, doesn't matter

parent 07278b08
...@@ -25,7 +25,11 @@ ...@@ -25,7 +25,11 @@
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
if (!file_exists('/conf/config.xml')) {
exit(0);
}
require_once 'config.inc'; require_once 'config.inc';
require_once 'util.inc'; require_once 'util.inc';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment