diff options
Diffstat (limited to 'mkosibuild-cron')
-rwxr-xr-x | mkosibuild-cron | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mkosibuild-cron b/mkosibuild-cron index 7678e6e..cb7de43 100755 --- a/mkosibuild-cron +++ b/mkosibuild-cron @@ -38,12 +38,6 @@ if [[ -r /etc/mkosibuild ]]; then fi fi - -for machine in ${MACHINES[*]}; do - echo "${machine}" -done -exit - # Check if logdir exists, and create it if not [[ -d "${LOGDIR}" ]] || mkdir "${LOGDIR}" chmod 750 "${LOGDIR}" |