1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-25 03:05:18 +08:00
1Panel-Appstore/apps/pixman/1.8.2/scripts/init.sh

16 lines
241 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
if [ ! -d $PIXMAN_ROOT_PATH/m3u ]; then
mkdir -p $PIXMAN_ROOT_PATH/m3u
fi
cp -rf ./m3u/* $PIXMAN_ROOT_PATH/m3u/
echo "Check Finish."
else
echo "Error: .env file not found."
fi