Mafl Dashboard empty config

pull/2562/head
hywax 1 year ago
parent 4509f77819
commit 359110601f
  1. 1
      install/mafl-install.sh

@ -41,6 +41,7 @@ msg_info "Installing Mafl v${RELEASE}"
wget -q https://github.com/hywax/mafl/archive/refs/tags/v${RELEASE}.tar.gz
$STD tar -xzf v${RELEASE}.tar.gz
mkdir -p /opt/mafl/data
touch /opt/mafl/data/config.yml
mv mafl-${RELEASE}/* /opt/mafl
rm -rf mafl-${RELEASE}
cd /opt/mafl

Loading…
Cancel
Save