1
0
Fork 0

fix zsh import scripts for flameboi

This commit is contained in:
Pratham Patel 2023-01-05 08:12:49 +05:30
parent 01a331d0cb
commit d48e1e1763
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ if ! lsmod | grep "zfs" &> /dev/null ; then
sleep 10
fi
if [[ -f /usr/local/sbin/zpool ]]; then
if [[ -f /bin/zpool ]]; then
if [[ ! -d /flameboi_st/Downloads || ! -d /flameboi_st/_home || ! -d /flameboi_st/vm-store ]]; then
/usr/local/sbin/zpool import 16601987433518749526
/bin/zpool import 16601987433518749526
fi
fi

View File

@ -10,8 +10,8 @@ if ! lsmod | grep "zfs" &> /dev/null ; then
sleep 10
fi
if [[ -f /usr/local/sbin/zpool ]]; then
if [[ -f /bin/zpool ]]; then
if [[ ! -d heathen_disk/personal || ! -d heathen_disk/personal/backup || ! -d heathen_disk/work ]]; then
/usr/local/sbin/zpool import 12327394492612946617
/bin/zpool import 12327394492612946617
fi
fi