Skip to content

Commit

Permalink
fixed error in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Jun 4, 2021
1 parent 7a6716b commit 6e7c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-disk
Expand Up @@ -37,7 +37,7 @@ elif [ "$HOSTNAME" == "download" ]; then
elif [ "$HOSTNAME" == "dock" ] || [ "$HOSTNAME" == "gitlab" ]; then
echo -n " "
df -h | grep /$ | awk '{print $4,""}' | tr -d 'G\n'
df -h | grep /sites$ | awk '{print $4,""}' | tr -d 'G\n'
df -h | grep /data$ | awk '{print $4,""}' | tr -d 'G\n'

elif [ "$HOSTNAME" == "webserver-apache" ]; then
echo -n " "
Expand Down

0 comments on commit 6e7c6c1

Please sign in to comment.