source:
lliurex-up/trunk/fuentes/lliurex-up-server.install-files/usr/share/lliurex-up-upgrade/03_glusterfs
@
464
Last change on this file since 464 was 464, checked in by , 5 years ago | |
---|---|
|
|
File size: 263 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | echo "GLUSTERFS BUG" |
4 | if [ $1 = "platinum" ]; then |
5 | rm /etc/init/mounting-glusterfs.conf || true |
6 | dpkg-divert --package n4d-glusterfs --remove --rename --divert /etc/init/mounting-glusterfs.conf.diverted /etc/init/mounting-glusterfs.conf || true |
7 | fi |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.