Skip to content

Commit

Permalink
removed unnecceccary line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurumi78 authored May 1, 2023
1 parent 59dfbe6 commit 2e44cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KHRefinedInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ read -p "Would you like to install the Offline Patch? This will allow you to pla

if [[ $OCon == "y" ]]; then
echo "Moving Game Launcher, WaitTitleProject.exe, and original EOSSDK-Win64-Shipping.dll to the backup folder..."
cd ${khInstall}
#cd ${khInstall} This is unnecceccary
mv "${khInstall}/KINGDOM HEARTS HD 1.5+2.5 ReMIX.exe" "${khInstall}/backup/KINGDOM HEARTS HD 1.5+2.5 ReMIX.exe"
mv "${khInstall}/KINGDOM HEARTS HD 1.5+2.5 Launcher.exe" "${khInstall}/backup/KINGDOM HEARTS HD 1.5+2.5 Launcher.exe"
mv "${khInstall}/WaitTitleProject.exe" "${khInstall}/backup/WaitTitleProject.exe"
Expand Down

0 comments on commit 2e44cf3

Please sign in to comment.