Skip to content

Commit

Permalink
Fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Mar 28, 2022
1 parent 3af259a commit 9bf8ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

SVC_NAME='better-go-playground'
SVC_USER='go-playground'
DST_DIR='/opt/go-playground'
DST_DIR='/opt/better-go-playground'

if [ "$(uname -s)" != "Linux" ]; then
echo "ERROR: This installation script doesn't support $(uname -s). Only Linux systems are supported."
Expand Down

0 comments on commit 9bf8ec2

Please sign in to comment.