mirror of https://github.com/apache/cloudstack.git
bug 11421: Add missing source cmd for ipassoc.sh
status 11421: resolved fixed
This commit is contained in:
parent
7da10dc158
commit
0553c543a1
|
|
@ -26,6 +26,8 @@
|
|||
#
|
||||
# @VERSION@
|
||||
|
||||
source /root/func.sh
|
||||
|
||||
lock="biglock"
|
||||
locked=$(getLockFile $lock)
|
||||
if [ "$locked" != "1" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue