mirror of
https://git.icrack.day/somebasj/ParallelsDesktopCrack.git
synced 2025-11-13 19:26:09 +08:00
Fix code
Remove the superfluous "dirname"
This commit is contained in:
committed by
GitHub
parent
f2a7775786
commit
4b4fe80eb3
@@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
BASE_PATH=$(dirname $(
|
||||
cd $(dirname "$0")
|
||||
BASE_PATH=$(
|
||||
cd $(dirname "$0");
|
||||
pwd
|
||||
))
|
||||
)
|
||||
|
||||
PDFM_DISP_CRACK="${BASE_PATH}/prl_disp_service"
|
||||
PDFM_DISP_DST="/Applications/Parallels Desktop.app/Contents/MacOS/Parallels Service.app/Contents/MacOS/prl_disp_service"
|
||||
|
||||
Reference in New Issue
Block a user