Compare commits

...

1 Commits

Author SHA1 Message Date
oleg c6b99f6678 progress 2024-07-31 12:24:00 -04:00
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -29,8 +29,9 @@ do
for host in ${hosts}
do
echo "===================="
echo "${host}"
ssh ${User}@${host}.${Domain} 'crontab -l' | tee ${RootDir}/${User}/${host}.cron
echo "${host}:${User}"
Cmd="ssh ${User}@${host}.${Domain} 'crontab -l' | tee ${RootDir}/${User}/${host}.cron"
echo ${Cmd} && eval ${Cmd}
done
done
+1 -1
View File
@@ -1 +1 @@
1.2.7
1.2.8