#!/bin/sh
# Copyright (C) 2000-2013 Synology Inc. All rights reserved.

. `dirname $0`/common

DO_LINK
/bin/mkdir -p /usr/local/libexec/mariadb_chpw

/sbin/initctl restart php-fpm

SetSynoInfo $RUN_MYSQL_KEY "yes"

exit 0
