1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 23:35:19 +08:00
1Panel-Appstore/apps/wechatpadpro/18.6/scripts/init.sh

16 lines
197 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p "$WECHATPADPRO_ROOT_PATH"
touch "$WECHATPADPRO_ROOT_PATH/.env"
echo "Check Finish."
else
echo "Error: .env file not found."
fi