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

./mons.sh: line 86: fg: no job control #53

Open
binarybrain11 opened this issue Jul 1, 2022 · 1 comment
Open

./mons.sh: line 86: fg: no job control #53

binarybrain11 opened this issue Jul 1, 2022 · 1 comment

Comments

@binarybrain11
Copy link

I got this on a fresh install of mons and what's most perplexing is line 86 doesn't seem to have anything to do with background/foreground processes. I'm currently running the i3-manjaro image, let me know if there's any other info I should provide!

@mjkloeckner
Copy link

If you are running the script from the build directory a quick solution is to open the file mons.sh then go to line 85 and make the following changes:

 [ "$1" = '-h' ] && { usage; exit; }
 [ "$1" = '-v' ] && { version; exit; }
-lib='%LIBDIR%/liblist.sh'
+lib='libshlist/liblist.sh'
 [ ! -r "$lib" ] && { "$lib: library not found."; exit 1; }
 . "$lib"

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

No branches or pull requests

2 participants