This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#/bin/bash
|
||||
source loadenv
|
||||
repo_size_bytes=$(remote-connect du -b "$SSH_FOLDER" -d 0)
|
||||
repo_size_bytes=$(echo "$repo_size_bytes" | awk '{print $1}')
|
||||
echo "$repo_size_bytes"
|
||||
$(remote-connect du -b "$SSH_FOLDER" -d 0 | awk '{print $1}')
|
||||
Reference in New Issue
Block a user