Skip to content

Commit

Permalink
fix: system file check
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed May 30, 2024
1 parent 1b81441 commit 0cf8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ then
then
wget -q -P /etc/api-formatter/ https://raw.githubusercontent.com/Cyrix126/api-formatter/main/docs/config.toml
fi
if [ ! -f /etc/api-formatter/config.toml ]
if [ ! -f /etc/systemd/system/api-formatter.service ]
then
# download systemd service if it doesn't exist
sudo wget -q -P /etc/systemd/system https://raw.githubusercontent.com/Cyrix126/api-formatter/main/docs/api-formatter.service
Expand Down

0 comments on commit 0cf8d01

Please sign in to comment.