fix #19

Merged
qo-op merged 9 commits from aya/Astroport.ONE:fix into master 2022-11-29 21:15:40 +01:00
2 changed files with 21 additions and 12 deletions
Showing only changes of commit 31608784f6 - Show all commits

View File

@ -14,8 +14,8 @@ log() {
}
zen() {
rm -rf /home/zen/.zen/tmp \
&& mkdir -p /dev/shm/tmp \
mkdir -p /dev/shm/tmp \
&& rm -rf /home/zen/.zen/tmp \
&& ln -s /dev/shm/tmp /home/zen/.zen/tmp
[ -d "$ASTROPORT_DIR" ] && cd "$ASTROPORT_DIR" && git pull -q || git clone -q "$ASTROPORT_REPO" "$ASTROPORT_DIR"
}

File diff suppressed because one or more lines are too long