rename install directories

This commit is contained in:
Ray Elliott 2020-09-04 15:04:28 +01:00
parent 1e5928f613
commit 2e8fb2edb9
8 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/bin/sh
# default scripts to use
_script_dir='./debian10/scripts'
_script_dir='./scripts/debian10'
if [ -n "$1" ] ; then
_script_dir="./$1/scripts/"
_script_dir="./scripts/$1"
if ! [ -d "$_script_dir" ] ; then
echo "Error: script directory not found '$_script_dir'"
exit 1