Skip to content

Commit a476b87

Browse files
committed
修改egg.sh
1 parent 5399720 commit a476b87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/openvpn-as/3.0.1-84b60e70-Ubuntu24/scripts

src/openvpn-as/3.0.1-84b60e70-Ubuntu24/scripts/egg.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ target_dir="/usr/local/openvpn_as/lib/python"
66

77
#
88
if [ ! -d "$source_dir" ]; then
9-
echo "error: not found $source_dir"
10-
exit 0
9+
mkdir "$source_dir"
1110
fi
1211

1312
#

0 commit comments

Comments
 (0)