Skip to content

Commit

Permalink
Remove quotes in mv line
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Jul 16, 2024
1 parent e7b6a4e commit 7eaf1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/full-import/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ prepare_import() {
# fix path issue from old pf version
if [ -f "$extract_dir/usr/local/pf/usr/local/pf/conf/pf-release" ]; then
echo "Your version is comming from Packetfence < 13.1"
mv "$extract_dir/usr/local/pf/usr/local/pf/*" "$extract_dir/usr/local/pf"
mv $extract_dir/usr/local/pf/usr/local/pf/* $extract_dir/usr/local/pf
rm -rf "$extract_dir/usr/local/pf/usr/"
fi

Expand Down

0 comments on commit 7eaf1f2

Please sign in to comment.