fixed the auto key generation
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user