bugfix: removed last french words and frenglish

This commit is contained in:
fatalerrors
2026-04-22 17:54:42 +02:00
parent 9477638a28
commit 9c43190202
2 changed files with 6 additions and 6 deletions

View File

@@ -216,12 +216,12 @@ if [[ ! -e "$MYPATH/profile.sh" ]]; then
echo "[ Warning ] Path detection failed, trying to use pwd..."
MYPATH=$(pwd)
if [[ ! -e "$MYPATH/profile.sh" ]]; then
echo "[ Error ] Impossible to determine installation path, pretty much nothing will work."
echo "[ Error ] Unable to determine installation path, pretty much nothing will work."
fi
fi
if [[ ! -s "$MYPATH/version" ]]; then
echo "[ Warning ] Impossible to determine running version of profile, your installation might be broken."
echo "[ Warning ] Unable to determine running profile version; your installation might be broken."
fi
PROFVERSION=$(cat "$MYPATH"/version)
export PROFVERSION
@@ -277,7 +277,7 @@ if [[ $INTERACTIVE ]]; then
fi
showinfo && printf "\n"
check_updates -q
disp I "Profile version $PROFVERSION chargé..."
disp I "Profile version $PROFVERSION loaded..."
fi
# Cleanup