Skip to content

Commit

Permalink
fix: update generate service file
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteSCHW31N committed Dec 12, 2022
1 parent f08ec79 commit 56eb384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generateService.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ default=$(echo -en "\e[39m")

SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
MCPATH="$( pwd -P )"
MCCONFIGPATH="/home/$(whoami)/klipper_config"
MCLOGPATH="/home/$(whoami)/klipper_logs"
MCCONFIGPATH="/home/$(whoami)/printer_data/config"
MCLOGPATH="/home/$(whoami)/printer_data/logs"
MCSERVICENAME="MoonCord"
MCTOKEN=""
MCWEBTOKEN=""
Expand Down

0 comments on commit 56eb384

Please sign in to comment.