Commit 6716ab8d authored by Jondy Zhao's avatar Jondy Zhao

slapos-configure: fix typos of slapos-cron-config

parent 6561b9fa
......@@ -131,7 +131,7 @@ csih_check_program_or_error /usr/bin/ssh-host-config ssh
csih_check_program_or_error /usr/bin/syslog-ng-config syslog-ng
csih_check_program_or_error /usr/bin/openssl openssl
csih_check_program_or_error /usr/bin/ipwin slapos-patches
csih_check_program_or_error /usr/bin/slapos_cron_config slapos-patches
csih_check_program_or_error /usr/bin/slapos-cron-config slapos-patches
[[ -z "$WINDIR" ]] && csih_error "missing environment variable WINDIR"
# -----------------------------------------------------------
......
......@@ -83,8 +83,6 @@ csih_inform "/etc/group generated"
_filename=$(cygpath -a -w $(cygpath -w /)\\..\\setup.exe)
csih_inform "check ${_filename}"
[[ -f $(cygpath -u ${_filename}) ]] || csih_error "missing ${_filename}"
csih_inform "copy ${_filename} to /usr/bin"
cp $(cygpath -u ${_filename}) /usr/bin
_filename=/usr/bin/cygport
if [[ -f ${_filename} ]] ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment