We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a34306 commit f3a42e7Copy full SHA for f3a42e7
rpi/bootstrap.sh
@@ -17,7 +17,7 @@ function installService() {
17
systemctl --user enable ssl-remote-control.service
18
if [[ ! -f "${CONFIG_FILE_DIR}" ]]; then
19
echo "Copying remote control configuration file to ${CONFIG_FILE_DIR}"
20
- cp "${SCRIPT_DIR}/remote-control-config.txt ${CONFIG_FILE_DIR}"
+ cp "${SCRIPT_DIR}/remote-control-config.env" "${CONFIG_FILE_DIR}"
21
else
22
echo "Found remote control configuration file at ${CONFIG_FILE_DIR} skipping"
23
fi
0 commit comments