summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/targetctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/targetctl b/scripts/targetctl
index d0b8c5f..cc4eb99 100755
--- a/scripts/targetctl
+++ b/scripts/targetctl
@@ -46,7 +46,8 @@ def restore(from_file):
try:
errors = RTSRoot().restore_from_file(restore_file=from_file)
except IOError:
- # Not an error is the restore file is not present
+ # Not an error if the restore file is not present
+ print("No saved config file at %s, ok, exiting" % from_file)
sys.exit(0)
if errors: