Skip to content

Commit e8aa197

Browse files
authored
Update linux-elite.sh
1 parent 1ba3cef commit e8aa197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux-elite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ EOF
11711171
chmod 755 /usr/share/$name/*
11721172
cat > /usr/bin/$name << EOF
11731173
#!/bin/bash
1174-
cd /usr/share/$name;mono ysoserial.exe "\$@"
1174+
cd /usr/share/$name/Release;mono ysoserial.exe "\$@"
11751175
EOF
11761176
chmod +x /usr/bin/$name
11771177
menu_entry "Web" "Penetration-Testing" "$name" "$exec_shell '$name -h'"

0 commit comments

Comments
 (0)