Update storage_menu.sh

This commit is contained in:
MacRimi 2025-02-04 17:20:46 +01:00 committed by GitHub
parent ec6cedcf2f
commit 69cc289ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,8 @@ initialize_cache
case $OPTION in
1)
echo -e "\033[33m[INFO] $(translate "Running script:") $(translate "Disk Passthrough")...\033[0m"
msg_info2 "$(translate "Running script:") $(translate "Disk Passthrough")..."
#echo -e "\033[33m[INFO] $(translate "Running script:") $(translate "Disk Passthrough")...\033[0m"
bash <(curl -s "$REPO_URL/scripts/disk-passthrough.sh")
if [ $? -ne 0 ]; then
msg_warn "$(translate "Operation cancelled.")"