Browse Source

Update core-restore-from-backup.sh

check for PVE
tteckster 2 years ago
parent
commit
cd7a9c618d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misc/core-restore-from-backup.sh

+ 1 - 0
misc/core-restore-from-backup.sh

@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 clear
 clear
+if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️  Can't Run from the Proxmox Shell"; exit; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")