fixed the auto key generation
This commit is contained in:
parent
a3d3f4c263
commit
8c749ba1c1
@ -22,7 +22,7 @@ fi
|
|||||||
|
|
||||||
if [ "$1" = "-e" ]
|
if [ "$1" = "-e" ]
|
||||||
then
|
then
|
||||||
sudo ls "$4" > /dev/null
|
sudo ls "$2" > /dev/null
|
||||||
if [ $? == 0 ]
|
if [ $? == 0 ]
|
||||||
then
|
then
|
||||||
echo "key fount using key"
|
echo "key fount using key"
|
||||||
|
Loading…
Reference in New Issue
Block a user