This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
vn-mysql/debian/postrm

5 lines
41 B
Plaintext
Raw Normal View History

#! /bin/sh
service mysql restart
exit 0