summaryrefslogtreecommitdiffstats
path: root/package/targetcli-fb/S50target
diff options
context:
space:
mode:
Diffstat (limited to 'package/targetcli-fb/S50target')
-rwxr-xr-xpackage/targetcli-fb/S50target4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/targetcli-fb/S50target b/package/targetcli-fb/S50target
index 88290e4f7b..3ce55ab492 100755
--- a/package/targetcli-fb/S50target
+++ b/package/targetcli-fb/S50target
@@ -6,7 +6,7 @@
start() {
local ret
- echo -n "Restoring target configuration: "
+ printf "Restoring target configuration: "
/usr/bin/targetctl restore >/dev/null 2>&1
ret=$?
echo "done"
@@ -17,7 +17,7 @@ start() {
stop() {
local ret
- echo -n "Clearing target configuration: "
+ printf "Clearing target configuration: "
/usr/bin/targetctl clear >/dev/null 2>&1
ret=$?
echo "done"
OpenPOWER on IntegriCloud