Create amiberry temp configuration dir.
This commit is contained in:
parent
b62882dcbb
commit
0c493caf59
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ i=0
|
|||
|
||||
echo "Amiberry Log" > "$AMIBERRY_LOG"
|
||||
|
||||
if [ ! -d "${AMIBERRY_TMP_DIR}" ]
|
||||
then
|
||||
mkdir -p "${AMIBERRY_TMP_DIR}"
|
||||
fi
|
||||
|
||||
if [ ! -d "${AMIBERRY_DIR}" ]
|
||||
then
|
||||
cp -rf /usr/config/amiberry ${AMIBERRY_DIR}
|
||||
|
|
Loading…
Reference in a new issue