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 eb1e355 commit afe8371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions hiddify-panel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ ln -sf $(which uwsgi) /usr/local/bin/uwsgi >/dev/null 2>&1
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
Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [ "$(id -u)" -ne 0 ]; then
echo 'This script must be run by root' >&2
exit 1
fi
echo -n "" >> log/system/panel.log
chown hiddify-panel log/system/panel.log
function main() {
update_progress "Please wait..." "We are going to install Hiddify..." 0
export ERROR=0
Expand Down

0 comments on commit afe8371

Please sign in to comment.