Skip to content

Commit

Permalink
scripts: initvagrant.sh: create www backup dir
Browse files Browse the repository at this point in the history
allows build process to complete
  • Loading branch information
peterbarker committed Dec 27, 2024
1 parent 46dfc12 commit 130a485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/initvagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ OUTDIR_OLD=/var/sites/wiki/web/old
mkdir -p "$OUTDIR_OLD"
chown -R vagrant.vagrant "$OUTDIR"

mkdir -p /var/sites/wiki-backup
chown -R vagrant.vagrant /var/sites/wiki-backup


echo "---------- $0 end ----------"

0 comments on commit 130a485

Please sign in to comment.