Skip to content

Commit

Permalink
updated tmux-disk for dock and gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Jun 4, 2021
1 parent 5aae66d commit 7a6716b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tmux-disk
Expand Up @@ -34,6 +34,11 @@ elif [ "$HOSTNAME" == "download" ]; then
df -h | grep /$ | awk '{print $4,""}' | tr -d 'G\n'
df -h | grep mnt | awk '{print $4,""}' | tr -d 'G\n'

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'

elif [ "$HOSTNAME" == "webserver-apache" ]; then
echo -n " "
df -h | grep /$ | awk '{print $4,""}' | tr -d 'G\n'
Expand Down

0 comments on commit 7a6716b

Please sign in to comment.