mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
"rm -rf info/html" to permit "git pull" on earlier IIAB's
This commit is contained in:
parent
b768adac5c
commit
5f6cd46154
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ INPUT=/tmp/iiab-wiki
|
|||
OUTPUT=/tmp/iiab-wiki.out
|
||||
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 $OUTPUT
|
||||
mkdir -p $INPUT
|
||||
|
|
Loading…
Reference in a new issue