Changeset 1300 for lliurex-sgdb/trunk
- Timestamp:
- Apr 28, 2016, 11:49:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-sgdb/trunk/fuentes/install/usr/sbin/mysql_root_passwd
r1299 r1300 178 178 fi 179 179 if on_systemd; then 180 #sometimes when isn't fully systemd service fails if not is stopped before 181 systemctl stop mysql >/dev/null 2>/dev/null || true 180 182 systemctl $1 mysql >/dev/null 2>/dev/null || true 181 183 else 184 service mysql stop >/dev/null 2>/dev/null || true 182 185 service mysql $1 >/dev/null 2>/dev/null || true 183 186 fi
Note: See TracChangeset
for help on using the changeset viewer.