mirror of
https://github.com/rancher/os.git
synced 2025-09-15 22:49:08 +00:00
Revert "WIP New ros cli"
This commit is contained in:
1
cmd/control/entrypoint.go
Executable file → Normal file
1
cmd/control/entrypoint.go
Executable file → Normal file
@@ -103,7 +103,6 @@ func setupCommandSymlinks() {
|
||||
{config.RosBin, "/sbin/reboot"},
|
||||
{config.RosBin, "/sbin/halt"},
|
||||
{config.RosBin, "/sbin/shutdown"},
|
||||
{config.RosBin, "/sbin/os"},
|
||||
} {
|
||||
if err := os.Symlink(link.oldname, link.newname); err != nil {
|
||||
log.Error(err)
|
||||
|
Reference in New Issue
Block a user