Skip to content

Commit

Permalink
Fix "sudo: command not found" error on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoralves authored Nov 5, 2019
1 parent 485d1d7 commit 0b2507e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ExecStart=$WORKING_DIR/start_openplc.sh\n\
WantedBy=multi-user.target" >> openplc.service
$1 cp -rf ./openplc.service /lib/systemd/system/
rm -rf openplc.service
$1 "Enabling OpenPLC Service..."
echo "Enabling OpenPLC Service..."
$1 systemctl daemon-reload
$1 systemctl enable openplc
fi
Expand Down

0 comments on commit 0b2507e

Please sign in to comment.