summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorVlad Glagolev2015-03-26 11:10:39 +0300
committerVlad Glagolev2015-03-26 11:10:39 +0300
commit5f9e40cf83c7e80b35010c9ebe12bdc19ddf714f (patch)
treeb4cd970e3801da429e811c5a6a6c06750f9fd533 /FUNCTIONS
parent63c2a6be895edac4ddc0c92b2577a477814636e5 (diff)
added missing space in check_tmp_noexec()
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index d328f523f5..383d62effc 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -726,7 +726,7 @@ function check_tmp_noexec() {
mount -o exec,remount $1 &&
message "done${DEFAULT_COLOR}"
else
- message -n "${MESSAGE_COLOR}Restoring $1 mount options..." &&
+ message -n "${MESSAGE_COLOR}Restoring $1 mount options... " &&
mount -o noexec,remount $1 &&
message "done${DEFAULT_COLOR}"
fi