Skip to content

Commit

Permalink
Move quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche authored Nov 24, 2024
1 parent f8195b2 commit 9d92c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycodo/scripts/upgrade_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runSelfUpgrade() {

if [ -f "${CURRENT_MYCODO_DIRECTORY}"/mycodo/config_override.py ] ; then
printf "Copying config_override.py..."
if ! cp "${CURRENT_MYCODO_DIRECTORY}"/mycodo/config_override.py "${THIS_MYCODO_DIRECTORY}/mycodo/" ; then
if ! cp "${CURRENT_MYCODO_DIRECTORY}"/mycodo/config_override.py "${THIS_MYCODO_DIRECTORY}"/mycodo/ ; then
printf "Failed: Error while trying to copy config_override.py."
fi
printf "Done.\n"
Expand Down

0 comments on commit 9d92c7d

Please sign in to comment.