1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00

[fix] Data home script

This commit is contained in:
ljf 2018-11-29 02:36:42 +01:00
parent dd1bfba2e3
commit a910f74aa0

View file

@ -17,5 +17,3 @@ for f in $(find /home/* -type d -prune | awk -F/ '{print $NF}'); do
fi fi
fi fi
done done
EOF