1
0
forked from extern/zsync

fix it again

This commit is contained in:
Administrator 2024-03-26 12:44:38 +00:00
parent 2a9438c652
commit 4d9533b4ed

View File

@ -330,7 +330,7 @@ if [ $checkzfs_disabled -eq 0 ]; then
if [ $checkzfs_spool -eq 0 ]; then
$mv /tmp/${checkzfs_spool_maxage}_${checkzfs_prefix} /var/lib/check_mk_agent/spool/
else
$scp -P ${zsync_sshport} /tmp/${checkzfs_spool_maxage}_${checkzfs_prefix} ${source}:/var/lib/check_mk_agent/spool/
$scp -P ${sshport} /tmp/${checkzfs_spool_maxage}_${checkzfs_prefix} ${source}:/var/lib/check_mk_agent/spool/
fi
fi