Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Leo Leung
zfs-backup
Commits
3d44fa81
Commit
3d44fa81
authored
Aug 01, 2021
by
Leo Leung
Browse files
Fixed missing quote in last commit
parent
8e50c552
Changes
1
Hide whitespace changes
Inline
Side-by-side
automatic-backup.sh
View file @
3d44fa81
...
...
@@ -35,7 +35,7 @@ if [ $(( $EndTime - $StartTime )) -gt 60 ] ; then
Users
=
$(
who
|
wc
-l
)
if
[
$Users
-gt
0
]
;
then
echo
"Users logged in, not powering off.
echo
"Users logged in, not powering off.
"
else
echo
"powering off..."
sleep
5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment