mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'cp -r' was overkill: 'cp /opt/iiab/iiab-admin-console/docs/*' suffices
This commit is contained in:
parent
65cb09c67b
commit
1b2930c52d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ done
|
|||
rsync -av $OUTPUT/ $DESTPATH
|
||||
|
||||
if [ -d /opt/iiab/iiab-admin-console/docs ]; then
|
||||
cp -r /opt/iiab/iiab-admin-console/docs/* $ADMINCONSOLEPATH
|
||||
cp /opt/iiab/iiab-admin-console/docs/* $ADMINCONSOLEPATH
|
||||
for f in `ls $ADMINCONSOLEPATH`; do
|
||||
FTRIMMED=${f%.md}
|
||||
pandoc -s $ADMINCONSOLEPATH/$f -o $ADMINCONSOLEPATH/$FTRIMMED.html
|
||||
|
|
Loading…
Add table
Reference in a new issue