... |
... |
@@ -411,9 +411,15 @@ If_Necessary__Update_Physave_Path()
|
411 |
411 |
|
412 |
412 |
if [ "$should_definitely_update_physave_path" = true ]
|
413 |
413 |
then
|
414 |
|
- echo "Actual physave path differs from the physave path in the config file! Updating config to reflect the change."
|
415 |
|
- echo
|
416 |
|
-
|
|
414 |
+ if [ -e "$Ramized_Fillepath____Physave_Path" ]
|
|
415 |
+ then
|
|
416 |
+ echo "Actual physave path differs from the physave path in the config file! Updating config to reflect the change."
|
|
417 |
+ echo
|
|
418 |
+ else
|
|
419 |
+ echo "Adding Physave Path config file to ramized config."
|
|
420 |
+ echo
|
|
421 |
+ fi
|
|
422 |
+
|
417 |
423 |
# 11:06:44 05/16/2017. Decided I'd rather have it just update the ramized Config rather than the physaved Config.
|
418 |
424 |
#echo -n "$Standardized____Physave_Path" > "$Full_Filepath____Physave_Path"
|
419 |
425 |
|