diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 6fff684..358b18a 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1217,7 +1217,7 @@ restore_menu() { fi echo "Selected $opt to restore" | log - tar -xvf $opt + tar --same-owner -xvfp $opt main_menu done }