dropshell release 2025.0527.2201
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m44s
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m44s
This commit is contained in:
@ -53,6 +53,12 @@ if ! command -v docker &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# check rsync installation
|
||||
if ! command -v rsync &> /dev/null; then
|
||||
echo "Rsync is not installed. Rsync is required for agent installation."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user