Commit 9a930f43 authored by nanahira's avatar nanahira

add mountpoints

parent 490b42cc
Pipeline #9590 failed with stages
in 5 minutes and 39 seconds
#!/bin/bash
mountPoint="$1"
if [[ -z "$mountPoint" ]]; then
echo "Usage: mount.sh <mountPoint>"
exit 1
fi
umount ./koishi-plugins
mount --bind "$mountPoint" ./koishi-plugins
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment