1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

"rm -rf info/html" to permit "git pull" on earlier IIAB's

This commit is contained in:
A Holt 2017-10-13 11:33:09 -04:00 committed by GitHub
parent b768adac5c
commit 5f6cd46154

View file

@ -8,6 +8,9 @@ INPUT=/tmp/iiab-wiki
OUTPUT=/tmp/iiab-wiki.out OUTPUT=/tmp/iiab-wiki.out
DESTPATH=/library/www/html/info DESTPATH=/library/www/html/info
# for-loop at bottom chokes on directories: this workaround permits "git pull" on IIAB systems prior to 2017-10-13
rm -rf $DESTPATH/html
rm -rf $INPUT rm -rf $INPUT
rm -rf $OUTPUT rm -rf $OUTPUT
mkdir -p $INPUT mkdir -p $INPUT