Initial commit
This commit is contained in:
8
buildtools/putiso
Normal file
8
buildtools/putiso
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
if [ ! -e buildtools.conf ]; then
|
||||
cp buildtools.conf.delivered buildtools.conf
|
||||
fi
|
||||
source buildtools.conf
|
||||
|
||||
isopath=$ISO_DEST_PATH
|
||||
rsync -avz /mnt/custom/isoxfer/ $isopath
|
||||
Reference in New Issue
Block a user