Create home bin directory when needed

This commit is contained in:
Thomas Lovén 2017-10-15 21:08:33 +02:00
parent 832fa5ee30
commit fd97ab9c7a
2 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ function main()
# Copy and set up mount-fixing script
if [ ! -f "${script}" ]; then
makedir ${HOME}/bin
sed -e "s/\[\[USERNAME\]\]/$(whoami)/" \
< "${scriptdir}/fix_mounts.sh" \
> "${script}"

0
system/setup.sh Normal file → Executable file
View File