fix dirname expansion

This commit is contained in:
AJ ONeal 2017-11-07 16:05:14 -07:00
parent a17f7d52ba
commit 0e1437bcd7
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ $sudo_cmd chown root:root $my_tmp
# don't even read $my_tmp/
# don't change permissions on /, /etc, etc
for my_dir in $my_tmp/*; do
rsync -a --ignore-existing $my_tmp/$my_dir/ $my_root/$my_dir/
rsync -a --ignore-existing $my_dir/ $my_root/$my_dir/
done
rsync -a --ignore-existing $my_app_dist/etc/$my_name/$my_name.yml $my_root/etc/$my_name/$my_name.yml
source ./installer/install-system-service.sh