Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jun 30, 2024
1 parent 8697dfb commit eb1e355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hiddify-panel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ ln -sf $(which uwsgi) /usr/local/bin/uwsgi >/dev/null 2>&1
# hiddifypanel init-db
ln -sf $(pwd)/hiddify-panel.service /etc/systemd/system/hiddify-panel.service
systemctl enable hiddify-panel.service

echo -n "" >> log/system/panel.log
chown hiddify-panel log/system/panel.log

if [ -f "../config.env" ]; then
# systemctl restart --now mariadb
# sleep 4
Expand Down

0 comments on commit eb1e355

Please sign in to comment.