Initial commit as release 1.1.0
This commit is contained in:
5
RPiSetup/usr/local/bin/updatedrs
Normal file
5
RPiSetup/usr/local/bin/updatedrs
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
host=$1
|
||||
|
||||
rsync -rlptDvz rwright@$host:/home/rwright/ownCloud/Software_Projects/OpenDRS-1.1.0/distfiles/ /var/www/opendrs/ && chown -R www-data:www-data /var/www/opendrs/*
|
||||
|
||||
Reference in New Issue
Block a user