#!/bin/sh #---------------------------------------------------------------------------------- # /var/install/bin/afick-init-db - script to initialize database # # Copyright (c) 2018-2021 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2018-01-16 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------------- # include eislib . /var/install/include/eislib # activate debug output #debug_certs=true if ${debug_certs:-false} then exec 2> /tmp/$(basename ${0})-trace$$.log set -x ask_debug=true export ask_debug fi pgmname=`basename $0` clrhome mecho --info "Initializing database" echo /var/install/config.d/afick.sh --init-database exit 0