diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 703ebe4..224bdac 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1284,7 +1284,7 @@ restore_menu() { fi echo "Selected $opt to restore" | log - tar --same-owner -xvfp $opt + tar --same-owner -pxvf $opt main_menu done }