refactor(web): update handle third-party drivers

This commit is contained in:
Zack Spear
2023-09-25 16:15:59 -07:00
committed by Zack Spear
parent 9994dd49f7
commit e22d1f0a6c
7 changed files with 57 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ fi
echo "$server_name" > "$state_file"
# Replace the value inside the rsync command with the user's input
rsync_command="rsync -avz -e ssh .nuxt/nuxt-custom-elements/dist/unraid-components root@${server_name}.local:/usr/local/emhttp/plugins/dynamix.my.servers"
rsync_command="rsync -avz -e ssh .nuxt/nuxt-custom-elements/dist/unraid-components root@${server_name}:/usr/local/emhttp/plugins/dynamix.my.servers"
echo "Executing the following command:"
echo "$rsync_command"