This commit is contained in:
6543 2018-05-07 02:08:20 +02:00
parent c6103a8fb4
commit c4f2f7367a
1 changed files with 1 additions and 2 deletions

View File

@ -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