This commit is contained in:
2025-11-18 14:32:33 +00:00
parent ae510e50a0
commit cb95a7338b

View File

@@ -467,7 +467,7 @@ echo "no : To move on with configuration"
read -p "Your choise : " choise read -p "Your choise : " choise
if [ "$choise" = "yes" ] ; then if [ "$choise" = "yes" ] ; then
findFileOrDir "env_variable" "$ORIGINAL_DIR" "f" findFileOrDir "env_variable" "$PWD" "f"
find_status=$? find_status=$?
if [ $find_status -eq $RETURN_SUCCESS ] ; then if [ $find_status -eq $RETURN_SUCCESS ] ; then
rm $PWD/env_variable rm $PWD/env_variable