Skip to content

Commit f3a42e7

Browse files
committed
Fix bootstrap script
1 parent 0a34306 commit f3a42e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function installService() {
1717
systemctl --user enable ssl-remote-control.service
1818
if [[ ! -f "${CONFIG_FILE_DIR}" ]]; then
1919
echo "Copying remote control configuration file to ${CONFIG_FILE_DIR}"
20-
cp "${SCRIPT_DIR}/remote-control-config.txt ${CONFIG_FILE_DIR}"
20+
cp "${SCRIPT_DIR}/remote-control-config.env" "${CONFIG_FILE_DIR}"
2121
else
2222
echo "Found remote control configuration file at ${CONFIG_FILE_DIR} skipping"
2323
fi

0 commit comments

Comments
 (0)