mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 23:55:24 +00:00
Fix install on CentOS
This commit is contained in:
parent
5ec8895325
commit
c636ca1d97
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ install_centos_post() {
|
||||||
if [ -f /etc/supervisord.conf ]; then
|
if [ -f /etc/supervisord.conf ]; then
|
||||||
curl https://raw.githubusercontent.com/retspen/webvirtcloud/master/conf/daemon/gstfsd > /usr/local/bin/gstfsd
|
curl https://raw.githubusercontent.com/retspen/webvirtcloud/master/conf/daemon/gstfsd > /usr/local/bin/gstfsd
|
||||||
chmod +x /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
|
else
|
||||||
echoerror "Supervisor not found. Exiting..."
|
echoerror "Supervisor not found. Exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue