Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
bda1e97c
Commit
bda1e97c
authored
Feb 13, 2015
by
udeved
Browse files
[util-iso] fix profile check after renaming Packages file
parent
e22ca312
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/util-iso.sh
View file @
bda1e97c
...
...
@@ -25,7 +25,7 @@ run_log(){
}
check_run_dir
(){
if
[[
!
-f
shared/
Packages
]]
;
then
if
[[
!
-f
shared/
initsys-systemd
]]
||
[[
!
-f
shared/initsys-openrc
]]
;
then
die
"
${
0
##*/
}
is not run in a valid iso-profiles folder!"
fi
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment