Commit 6fd1bf8d authored by Leo Iannacone's avatar Leo Iannacone

Fix cronjob update_file function

parent f26fdf82
......@@ -6,7 +6,7 @@ DIR_BZR_BASE="${DIR_BASE}/bzr/"
DIR_BZR_WWW="${DIR_BZR_BASE}/www/"
function update_files() {
cp -Rpx ${DIR_BZR_WWW} ${DIR_WWW}
cp -Rpx ${DIR_BZR_WWW}/* ${DIR_WWW}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment