Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make kylin valid in docker.sh #16

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Conversation

allencloud
Copy link
Member

@allencloud allencloud commented Jun 14, 2022

Signed-off-by: Allen Sun [email protected]

Describe what this PR does / why we need it

in docker.sh, there are duplicated kylin os in docker installation. Therefore, we need to remove one.

The original source code is:

  case "$lsb_dist" in
    ubuntu|deepin|debian|raspbian|kylin)
    	cp ../etc/docker.service /lib/systemd/system/docker.service
    ;;
  	centos|rhel|ol|sles|kylin|neokylin)
			cp ../etc/docker.service /usr/lib/systemd/system/docker.service
		;;

So the second kylin will be never executed.

Does this pull request fix one issue?

none

Describe how you did it

none

Describe how to verify it

none

Special notes for reviews

none

@allencloud allencloud merged commit 68f50c6 into sealerio:main Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants