docu ...
This commit is contained in:
parent
c6103a8fb4
commit
c4f2f7367a
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
#remaster lib
|
||||
[ -d "$LIBDR"] || export LIBDIR="/usr/lib/remaster/"
|
||||
[ -d "$LIBDR"] || { echo "LIBDR not exist"; exit 1; }
|
||||
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
|
||||
|
||||
#beginn func
|
||||
|
Loading…
Reference in New Issue
Block a user