/boot/config/go question


Recommended Posts

Hi,

 

I have the below statements in my /boot/config/go file. I'm pretty sure (line #4) '/boot/unmenu/uu' is an OLD tool I used.

Can that line, or any other line (you see here that is depreciated) be removed from the /boot/config/go file?

What about /usr/local/sbin/emhttp &" and cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c?

Are these necessary? (the /boot/unmenu/ and /boot/packages directories do not exist in my current setup)

 

Thank you,

-Reuben

 

/boot/config/go:

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
/boot/unmenu/uu
cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.