Typo fixed

Change-Id: I56ae7193088d3b81ca1c9ec6d16dbb1f3258677b
This commit is contained in:
Dmitry Teselkin 2013-10-16 17:53:17 +04:00
parent 1267c99b43
commit eafae12709
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ start() {
echo -n "Starting murano-agent: "
umask 077
echo "$(/bin/date) starting /usr/sbin/murano-agent $AGENT_CONFIG $AGENT_LOG" > $AGENT_LOG
start-stop-daemon -S -u root -q -b -x /usr/sbin/murano-agent -- $AGENT_CONIFG $AGENT_LOG
start-stop-daemon -S -u root -q -b -x /usr/sbin/murano-agent -- $AGENT_CONFIG $AGENT_LOG
echo "OK"
}