|
@@ -1,6 +1,6 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
OME=$(cd `dirname $0`;cd ../; pwd) |
|
|
|
|
|
|
|
|
HOME=$(cd `dirname $0`;cd ../; pwd) |
|
|
boot_file=$(ls ../libs | grep tools-deactiveparti-booter-) |
|
|
boot_file=$(ls ../libs | grep tools-deactiveparti-booter-) |
|
|
if [ ! -n "$boot_file" ]; then |
|
|
if [ ! -n "$boot_file" ]; then |
|
|
echo "tools-deactiveparti-booter is null" |
|
|
echo "tools-deactiveparti-booter is null" |
|
|