Fix bad update-profile.old fix.

master
Icedream 2021-07-06 12:00:06 +02:00
parent ea1f73dc62
commit c02bd06699
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ fi
echo "Running profile installation..."
cd ..
if [ -f "${HOME}/.local/bin/update-profile" ]; then
mv "${HOME}/.local/bin/update-profile" "${HOME}/bin/update-profile.old"
if [ -f "${HOME}/bin/update-profile" ]; then
mv "${HOME}/bin/update-profile" "${HOME}/bin/update-profile.old"
fi
./install.sh