From 511ab8debca7973bb170b7b1afcb6e8f28245d84 Mon Sep 17 00:00:00 2001 From: Anatoliy Guskov Date: Sat, 1 Aug 2015 09:39:35 +0300 Subject: [PATCH] Fixed supervisor ini on Fedora --- dev/libvirt-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/libvirt-bootstrap.sh b/dev/libvirt-bootstrap.sh index f3c24fa..913299e 100644 --- a/dev/libvirt-bootstrap.sh +++ b/dev/libvirt-bootstrap.sh @@ -488,7 +488,7 @@ install_fedora_post() { if [ -f /etc/supervisord.conf ]; then curl https://raw.githubusercontent.com/retspen/webvirtcloud/master/conf/daemon/gstfsd > /usr/local/bin/gstfsd chmod +x /usr/local/bin/gstfsd - curl https://raw.githubusercontent.com/retspen/webvirtcloud/master/conf/supervisor/gstfsd.conf > /etc/supervisor.d/gstfsd.ini + curl https://raw.githubusercontent.com/retspen/webvirtcloud/master/conf/supervisor/gstfsd.conf > /etc/supervisord.d/gstfsd.ini else echoerror "Supervisor not found. Exiting..." exit 1