#! /bin/sh #------------------------------------------------------------------------------ # /var/install/bin/owncloud-change-admin-password # # Copyright (c) 2012-2021 The Eisfair Team, team(at)eisfair(dot)org # # Creation : 2012-04-22 schlotze # 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. #------------------------------------------------------------------------------ pgmname=`basename $0` module_name="`echo "${pgmname}" | cut -d- -f1 | cut -d. -f1`" /var/install/config.d/${module_name}.sh 'set-admin-pw' exit 0