mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
Force removal of ./pier/stage directory.
This is required to prevent `rm -r ./pier/stage` from crashing the script when ./pier/stage doesn't exist, and seems to be necessary for soliding a pill with the associated derivation.
This commit is contained in:
parent
faa78d1fc7
commit
2000a14774
@ -18,7 +18,7 @@ trap cleanup EXIT
|
||||
herb ./pier -p hood -d '+hood/merge %stage our %home'
|
||||
herb ./pier -p hood -d "+hood/mount /=stage="
|
||||
|
||||
rm -r ./pier/stage
|
||||
rm -rf ./pier/stage
|
||||
cp -r $ARVO ./pier/stage
|
||||
chmod -R u+rw ./pier/stage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user