Skip to content

Commit

Permalink
fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Jan 5, 2024
1 parent ee82084 commit 4f4d538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/shell-scripts/change_wittypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else

# Check if WittyPi software is installed (or if it's just a blank folder)
# In case if it's just a blank folder, then the HoneyPi wittyPi.py controller will be used.
if [ -f ./wittyPi.sh ]; then # wittyPi.sh does not exist
if [ -f ./wittyPi.sh ]; then
echo "Info: $path/wittyPi.sh exists - use WittyPi UUgear software to sync schedule. "
else
echo "Info: Cancel change_wittypi.sh because wittyPi.sh is not installed. Use HoneyPi wittypiy.py controller instead."
Expand Down

0 comments on commit 4f4d538

Please sign in to comment.