mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-14 23:36:44 +03:00
Fix replace config after repeat run script
This commit is contained in:
@@ -35,7 +35,6 @@ then
|
||||
do
|
||||
cp -f "$DIR/$file" "$DIR_BACKUP/$file"
|
||||
done
|
||||
fi
|
||||
|
||||
echo "Replace configs..."
|
||||
|
||||
@@ -46,6 +45,7 @@ do
|
||||
wget -O "$DIR/$file" "$URL/$file"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
echo "Configure dhcp..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user