We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5399720 commit a476b87Copy full SHA for a476b87
1 file changed
src/openvpn-as/3.0.1-84b60e70-Ubuntu24/scripts/egg.sh
@@ -6,8 +6,7 @@ target_dir="/usr/local/openvpn_as/lib/python"
6
7
#
8
if [ ! -d "$source_dir" ]; then
9
- echo "error: not found $source_dir"
10
- exit 0
+ mkdir "$source_dir"
11
fi
12
13
0 commit comments