mirror of
https://github.com/koush/scrypted.git
synced 2026-09-19 10:10:39 +01:00
dont tee append in case ran again
This commit is contained in:
@@ -31,7 +31,7 @@ echo "Installing Scrypted..."
|
||||
RUN npx -y scrypted install-server
|
||||
|
||||
RUN mkdir -p ~/Library/LaunchAgents
|
||||
RUN cat << EOF | tee -a ~/Library/LaunchAgents/com.scrypted.server.plist
|
||||
RUN cat << EOF | tee ~/Library/LaunchAgents/com.scrypted.server.plist
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
|
||||
Reference in New Issue
Block a user